Home
last modified time | relevance | path

Searched refs:array_slice_2d (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c332 nir_def *array_slice_2d = nir_f2i32(b, nir_channel(b, coord, 2)); in handle_cube_gather() local
333 nir_def *face = nir_imod_imm(b, array_slice_2d, 6); in handle_cube_gather()
334 nir_def *array_slice_cube_base = nir_isub(b, array_slice_2d, face); in handle_cube_gather()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c341 nir_def *array_slice_2d = nir_f2i32(b, nir_channel(b, coord, 2)); in handle_cube_gather() local
342 nir_def *face = nir_imod_imm(b, array_slice_2d, 6); in handle_cube_gather()
343 nir_def *array_slice_cube_base = nir_isub(b, array_slice_2d, face); in handle_cube_gather()