Searched refs:key_tex (Results 1 – 8 of 8) sorted by relevance
1326 const struct brw_sampler_prog_key_data *key_tex) in brw_nir_apply_sampler_key() argument1341 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 …]
1351 const struct brw_sampler_prog_key_data *key_tex, in vec4_visitor() argument1359 key_tex(key_tex), in vec4_visitor()
97 const struct brw_sampler_prog_key_data * const key_tex; variable
1174 this->key_tex = &key->tex; in init()1176 this->key_tex = NULL; in init()
352 const struct brw_sampler_prog_key_data *key_tex; variable
2075 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()
6400 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()
220 const struct brw_sampler_prog_key_data *key_tex) in crocus_lower_swizzles() argument230 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()