Searched refs:tex_swizzles (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex_shadow.c | 72 nir_lower_tex_shadow_swizzle *tex_swizzles; member 121 nir_ssa_def *r[4] = {lookup[state->tex_swizzles[sampler_binding].swizzle_r], in nir_lower_tex_shadow_impl() 122 lookup[state->tex_swizzles[sampler_binding].swizzle_g], in nir_lower_tex_shadow_impl() 123 lookup[state->tex_swizzles[sampler_binding].swizzle_b], in nir_lower_tex_shadow_impl() 124 lookup[state->tex_swizzles[sampler_binding].swizzle_a] in nir_lower_tex_shadow_impl() 144 nir_lower_tex_shadow_swizzle *tex_swizzles) in nir_lower_tex_shadow() 146 sampler_state state = {n_states, compare_func, tex_swizzles}; in nir_lower_tex_shadow() 141 nir_lower_tex_shadow(nir_shader *s, unsigned n_states, enum compare_func *compare_func, nir_lower_tex_shadow_swizzle *tex_swizzles) nir_lower_tex_shadow() argument
|
H A D | nir.h | 5170 nir_lower_tex_shadow_swizzle *tex_swizzles);
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_samplers.c | 410 dxil_texture_swizzle_state *tex_swizzles; member 525 const dxil_texture_swizzle_state *swizzle = states->tex_swizzles ? in lower_sample_to_txf_for_integer_tex_impl() 526 &states->tex_swizzles[tex->sampler_index]: in lower_sample_to_txf_for_integer_tex_impl() 545 dxil_texture_swizzle_state *tex_swizzles, in dxil_lower_sample_to_txf_for_integer_tex() 548 sampler_states states = {wrap_states, tex_swizzles, max_bias}; in dxil_lower_sample_to_txf_for_integer_tex() 543 dxil_lower_sample_to_txf_for_integer_tex(nir_shader *s, dxil_wrap_sampler_state *wrap_states, dxil_texture_swizzle_state *tex_swizzles, float max_bias) dxil_lower_sample_to_txf_for_integer_tex() argument
|
H A D | dxil_nir_lower_int_samplers.h | 57 dxil_texture_swizzle_state *tex_swizzles,
|
Completed in 7 milliseconds