Home
last modified time | relevance | path

Searched refs:dstindex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Datifragshader.c775 GLuint dstindex; in _mesa_SetFragmentShaderConstantATI() local
784 dstindex = dst - GL_CON_0_ATI; in _mesa_SetFragmentShaderConstantATI()
787 COPY_4V(curProg->Constants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
788 curProg->LocalConstDef |= 1 << dstindex; in _mesa_SetFragmentShaderConstantATI()
792 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c715 LLVMValueRef dstindex = lp_build_const_int32(gallivm, i % dst_type.length); in lp_build_resize() local
723 tmp[j] = LLVMBuildInsertElement(builder, tmp[j], val, dstindex, ""); in lp_build_resize()