Home
last modified time | relevance | path

Searched refs:MALI_SAMPLER_FLOAT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_derivatives.c115 .sampler_type = MALI_SAMPLER_FLOAT, in midgard_emit_derivatives()
Dmidgard.h848 MALI_SAMPLER_FLOAT = 0x1, /* sampler */ enumerator
Ddisassemble.c1636 case MALI_SAMPLER_FLOAT: in sampler_type_name()
1752 fprintf(fp, ".%c%d", texture->sampler_type == MALI_SAMPLER_FLOAT ? 'f' : 'i', in print_texture_word()
1757 if (texture->sampler_type == MALI_SAMPLER_FLOAT) in print_texture_word()
Dmidgard_emit.c946 return MALI_SAMPLER_FLOAT; in midgard_sampler_type()