Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1165 const struct brw_sampler_prog_key_data *key_tex) in brw_nir_apply_sampler_key() argument
1179 tex_options.saturate_s = key_tex->gl_clamp_mask[0]; in brw_nir_apply_sampler_key()
1180 tex_options.saturate_t = key_tex->gl_clamp_mask[1]; in brw_nir_apply_sampler_key()
1181 tex_options.saturate_r = key_tex->gl_clamp_mask[2]; in brw_nir_apply_sampler_key()
1186 if (key_tex->swizzles[s] == SWIZZLE_NOOP) in brw_nir_apply_sampler_key()
1191 tex_options.swizzles[s][c] = GET_SWZ(key_tex->swizzles[s], c); in brw_nir_apply_sampler_key()
1197 tex_options.lower_y_uv_external = key_tex->y_uv_image_mask; in brw_nir_apply_sampler_key()
1198 tex_options.lower_y_u_v_external = key_tex->y_u_v_image_mask; in brw_nir_apply_sampler_key()
1199 tex_options.lower_yx_xuxv_external = key_tex->yx_xuxv_image_mask; in brw_nir_apply_sampler_key()
1200 tex_options.lower_xy_uxvx_external = key_tex->xy_uxvx_image_mask; in brw_nir_apply_sampler_key()
[all …]
Dbrw_fs_visitor.cpp944 this->key_tex = &key->tex; in init()
946 this->key_tex = NULL; in init()
Dbrw_vec4_visitor.cpp1009 emit_gen6_gather_wa(key_tex->gen6_gather_wa[surface], inst->dst); in emit_texture()
1761 const struct brw_sampler_prog_key_data *key_tex, in vec4_visitor() argument
1768 key_tex(key_tex), in vec4_visitor()
Dbrw_vec4.h96 const struct brw_sampler_prog_key_data * const key_tex; variable
Dbrw_fs.h338 const struct brw_sampler_prog_key_data *key_tex; variable
Dbrw_vec4_nir.cpp2083 key_tex->compressed_multisample_layout_mask & (1 << texture)) { in nir_emit_texture()
2093 (key_tex->gather_channel_quirk_mask & (1 << texture))) { in nir_emit_texture()
Dbrw_fs_nir.cpp5817 key_tex->compressed_multisample_layout_mask & (1 << texture)) { in nir_emit_texture()
5849 if ((key_tex->msaa_16 & (1 << sampler))) in nir_emit_texture()
5881 } else if ((key_tex->msaa_16 & (1 << sampler))) { in nir_emit_texture()
5898 key_tex->gather_channel_quirk_mask & (1 << texture)) { in nir_emit_texture()
5929 emit_gen6_gather_wa(key_tex->gen6_gather_wa[texture], dst); in nir_emit_texture()