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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_opt_perspective.c 43 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c)
compiler.h 86 #define MIR_VEC_COMPONENTS 16
100 unsigned swizzle[MIR_SRC_COUNT][MIR_VEC_COMPONENTS];
midgard_compile.c 1082 unsigned swizzle_back[MIR_VEC_COMPONENTS];
1085 midgard_instruction ins_split[MIR_VEC_COMPONENTS];
1106 for (unsigned j = 0; j < MIR_VEC_COMPONENTS; ++j)
2208 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++)
2274 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++)
2298 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) {
2311 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) {
2388 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c)
2401 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c)
2694 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c)
    [all...]
mir.c 274 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c) {
midgard_ra.c 47 unsigned out[MIR_VEC_COMPONENTS];
57 for (signed c = 0; c < MIR_VEC_COMPONENTS; ++c) {
midgard_schedule.c 565 for (unsigned i = 0; i < MIR_VEC_COMPONENTS; ++i) {

Completed in 8 milliseconds