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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c1592 bool is_int_format = type == GLSL_TYPE_INT || type == GLSL_TYPE_UINT; local in function:vir_emit_tlb_color_write
1593 bool is_32b_tlb_format = is_int_format ||
1596 if (is_int_format) {
2295 bool is_int_format = type == GLSL_TYPE_INT || local in function:vir_emit_tlb_color_read
2298 bool is_32b_tlb_format = is_int_format ||
2310 conf |= (c->devinfo->ver < 42 && is_int_format) ?

Completed in 7 milliseconds