Searched refs:create_array_tex_from_cube_tex (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 | 143 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_def *coord, nir_texop op) in create_array_tex_from_cube_tex() function 339 nir_def *sampled_val = create_array_tex_from_cube_tex(b, tex, final_coord, nir_texop_txf); in handle_cube_gather() 460 return create_array_tex_from_cube_tex(b, tex, coord_and_face, tex->op); in lower_cube_sample()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 167 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_def *coord, nir_texop op) in create_array_tex_from_cube_tex() function 348 nir_def *sampled_val = create_array_tex_from_cube_tex(b, tex, final_coord, nir_texop_txf); in handle_cube_gather() 411 return create_array_tex_from_cube_tex(b, tex, coord_and_face, tex->op); in lower_cube_sample()
|