Searched refs:MALI_SAMPLER_FLOAT (Results 1 – 4 of 4) sorted by relevance
115 .sampler_type = MALI_SAMPLER_FLOAT, in midgard_emit_derivatives()
848 MALI_SAMPLER_FLOAT = 0x1, /* sampler */ enumerator
1636 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()
946 return MALI_SAMPLER_FLOAT; in midgard_sampler_type()