Home
last modified time | relevance | path

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 Dzink_lower_cubemap_to_array.c188 …_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 Ddxil_nir_lower_int_cubemaps.c198 …_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