Home
last modified time | relevance | path

Searched refs:key_tex (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1326 const struct brw_sampler_prog_key_data *key_tex) in brw_nir_apply_sampler_key() argument
1341 tex_options.saturate_s = key_tex->gl_clamp_mask[0]; in brw_nir_apply_sampler_key()
1342 tex_options.saturate_t = key_tex->gl_clamp_mask[1]; in brw_nir_apply_sampler_key()
1343 tex_options.saturate_r = key_tex->gl_clamp_mask[2]; in brw_nir_apply_sampler_key()
1349 tex_options.lower_y_uv_external = key_tex->y_uv_image_mask; in brw_nir_apply_sampler_key()
1350 tex_options.lower_y_u_v_external = key_tex->y_u_v_image_mask; in brw_nir_apply_sampler_key()
1351 tex_options.lower_yx_xuxv_external = key_tex->yx_xuxv_image_mask; in brw_nir_apply_sampler_key()
1352 tex_options.lower_xy_uxvx_external = key_tex->xy_uxvx_image_mask; in brw_nir_apply_sampler_key()
1353 tex_options.lower_ayuv_external = key_tex->ayuv_image_mask; in brw_nir_apply_sampler_key()
1354 tex_options.lower_xyuv_external = key_tex->xyuv_image_mask; in brw_nir_apply_sampler_key()
[all …]
Dbrw_vec4_visitor.cpp1351 const struct brw_sampler_prog_key_data *key_tex, in vec4_visitor() argument
1359 key_tex(key_tex), in vec4_visitor()
Dbrw_vec4.h97 const struct brw_sampler_prog_key_data * const key_tex; variable
Dbrw_fs_visitor.cpp1174 this->key_tex = &key->tex; in init()
1176 this->key_tex = NULL; in init()
Dbrw_fs.h352 const struct brw_sampler_prog_key_data *key_tex; variable
Dbrw_vec4_nir.cpp2075 key_tex->compressed_multisample_layout_mask & (1 << texture)) { in nir_emit_texture()
2085 (key_tex->gather_channel_quirk_mask & (1 << texture))) { in nir_emit_texture()
Dbrw_fs_nir.cpp6400 key_tex->compressed_multisample_layout_mask & (1 << texture)) { in nir_emit_texture()
6439 else if ((key_tex->msaa_16 & (1 << sampler))) in nir_emit_texture()
6471 } else if ((key_tex->msaa_16 & (1 << sampler))) { in nir_emit_texture()
6488 key_tex->gather_channel_quirk_mask & (1 << texture)) { in nir_emit_texture()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c220 const struct brw_sampler_prog_key_data *key_tex) in crocus_lower_swizzles() argument
230 if (key_tex->swizzles[s] == SWIZZLE_NOOP) in crocus_lower_swizzles()
235 tex_options.swizzles[s][c] = GET_SWZ(key_tex->swizzles[s], c); in crocus_lower_swizzles()