Home
last modified time | relevance | path

Searched refs:sampled_val (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c336 nir_ssa_def *sampled_val = create_array_tex_from_cube_tex(b, tex, final_coord, nir_texop_txf); in handle_cube_gather() local
337 channels[i] = nir_channel(b, sampled_val, tex->component); in handle_cube_gather()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c374 nir_ssa_def *sampled_val = create_array_tex_from_cube_tex(b, tex, final_coord, nir_texop_txf); in handle_cube_gather() local
375 channels[i] = nir_channel(b, sampled_val, tex->component); in handle_cube_gather()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2709 struct vtn_value *sampled_val = vtn_untyped_value(b, w[3]); in vtn_handle_texture() local
2710 if (sampled_val->type->base_type == vtn_base_type_sampled_image) { in vtn_handle_texture()
3084 vtn_foreach_decoration(b, sampled_val, non_uniform_decoration_cb, &access); in vtn_handle_texture()
3089 if (sampled_val->propagated_non_uniform) in vtn_handle_texture()

Completed in 10 milliseconds