HomeSort by: relevance | last modified time | path
    Searched refs:max_bias (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_nir_lower_int_samplers.h 58 float max_bias);
dxil_nir_lower_int_samplers.c 325 float max_bias; member in struct:__anon2752
390 nir_imm_float(b, -params->max_bias),
391 nir_imm_float(b, params->max_bias)));
396 /* If the max lod is > max_bias = log2(max_texture_size), the lod will be clamped
398 if (params->aws->max_lod <= params->max_bias)
411 float max_bias; member in struct:__anon2753
442 .max_bias = states->max_bias,
546 float max_bias)
548 sampler_states states = {wrap_states, tex_swizzles, max_bias};
    [all...]

Completed in 5 milliseconds