Searched defs:array_slice_cube_base (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 188 …_edge(nir_builder *b, nir_def *x, nir_def *y, nir_def *face, nir_def *array_slice_cube_base, nir_d… in handle_cube_edge() 334 nir_def *array_slice_cube_base = nir_isub(b, array_slice_2d, face); in handle_cube_gather() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 198 …_edge(nir_builder *b, nir_def *x, nir_def *y, nir_def *face, nir_def *array_slice_cube_base, nir_d… in handle_cube_edge() 343 nir_def *array_slice_cube_base = nir_isub(b, array_slice_2d, face); in handle_cube_gather() local
|