Searched refs:texel_coords (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 312 nir_ssa_def *texel_coords = nir_fmul(b, nir_channels(b, coord, 3), in handle_cube_gather() local 315 nir_ssa_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() 316 nir_ssa_def *y_orig = nir_channel(b, texel_coords, 1); in handle_cube_gather()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 350 nir_ssa_def *texel_coords = nir_fmul(b, nir_channels(b, coord, 3), in handle_cube_gather() local 353 nir_ssa_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() 354 nir_ssa_def *y_orig = nir_channel(b, texel_coords, 1); in handle_cube_gather()
|
Completed in 3 milliseconds