Searched refs:dstindex (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | atifragshader.c | 780 GLuint dstindex; local in function:_mesa_SetFragmentShaderConstantATI 789 dstindex = dst - GL_CON_0_ATI; 792 COPY_4V(curProg->Constants[dstindex], value); 793 curProg->LocalConstDef |= 1 << dstindex; 797 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | atifragshader.c | 802 GLuint dstindex; local in function:_mesa_SetFragmentShaderConstantATI 811 dstindex = dst - GL_CON_0_ATI; 814 COPY_4V(curProg->Constants[dstindex], value); 815 curProg->LocalConstDef |= 1 << dstindex; 819 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 994 LLVMValueRef dstindex = lp_build_const_int32(gallivm, i % dst_type.length); local in function:lp_build_resize 1002 tmp[j] = LLVMBuildInsertElement(builder, tmp[j], val, dstindex, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 994 LLVMValueRef dstindex = lp_build_const_int32(gallivm, i % dst_type.length); local in function:lp_build_resize 1002 tmp[j] = LLVMBuildInsertElement(builder, tmp[j], val, dstindex, "");
|
Completed in 9 milliseconds