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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c530 SVGA3dShaderRegType type0, type1; local in function:submit_op2
534 type0 = SVGA3dShaderGetRegType( src0.base.value );
537 if (type0 == SVGA3DREG_CONST &&
542 if (type0 == SVGA3DREG_INPUT &&
583 SVGA3dShaderRegType type0, type1, type2; local in function:submit_op3
587 type0 = SVGA3dShaderGetRegType( src0.base.value );
592 if (type0 == SVGA3DREG_CONST &&
602 if (type0 == SVGA3DREG_INPUT &&
656 SVGA3dShaderRegType type0, type1, type2, type3; local in function:submit_op4
660 type0
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c528 SVGA3dShaderRegType type0, type1; local in function:submit_op2
532 type0 = SVGA3dShaderGetRegType( src0.base.value );
535 if (type0 == SVGA3DREG_CONST &&
540 if (type0 == SVGA3DREG_INPUT &&
581 SVGA3dShaderRegType type0, type1, type2; local in function:submit_op3
585 type0 = SVGA3dShaderGetRegType( src0.base.value );
590 if (type0 == SVGA3DREG_CONST &&
600 if (type0 == SVGA3DREG_INPUT &&
654 SVGA3dShaderRegType type0, type1, type2, type3; local in function:submit_op4
658 type0
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp333 uint32_t type0 = info.type[0]; local in function:FetchJit::IsUniformFormat
337 if (bpc0 != info.bpc[c] || type0 != info.type[c])
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp338 uint32_t type0 = info.type[0]; local in function:FetchJit::IsUniformFormat
342 if (bpc0 != info.bpc[c] || type0 != info.type[c])

Completed in 13 milliseconds