Searched refs:is_16 (Results 1 – 2 of 2) sorted by relevance
186 bool is_16 = (precision == GLSL_PRECISION_MEDIUM) in pan_format_from_glsl() local189 if (is_16 && base == nir_type_float) in pan_format_from_glsl()
2311 bool is_16 = max_bitsize == 16; in embedded_to_inline_constant() local2314 if (!(is_16 || is_32)) in embedded_to_inline_constant()2337 if (is_16) { in embedded_to_inline_constant()2370 uint32_t value = is_16 ? cons->u16[component] : cons->u32[component]; in embedded_to_inline_constant()2380 uint32_t test = is_16 ? in embedded_to_inline_constant()