Home
last modified time | relevance | path

Searched refs:max_bias (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c325 float max_bias; member
390 nir_imm_float(b, -params->max_bias), in evalute_active_lod()
391 nir_imm_float(b, params->max_bias))); in evalute_active_lod()
396 /* If the max lod is > max_bias = log2(max_texture_size), the lod will be clamped in evalute_active_lod()
398 if (params->aws->max_lod <= params->max_bias) in evalute_active_lod()
411 float max_bias; member
442 .max_bias = states->max_bias, in lower_sample_to_txf_for_integer_tex_impl()
546 float max_bias) 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
[all...]
H A Ddxil_nir_lower_int_samplers.h58 float max_bias);

Completed in 2 milliseconds