Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/
Dfca2memcpy.ll95 %dstindex = load i32, i32* %dstidptr
96 %dst2 = getelementptr %S , %S* %dst, i32 %dstindex
106 %dstindex = or i32 %2, 1
107 %dst2 = getelementptr %S , %S* %dst, i32 %dstindex
/external/llvm/test/Transforms/MemCpyOpt/
Dfca2memcpy.ll95 %dstindex = load i32, i32* %dstidptr
96 %dst2 = getelementptr %S , %S* %dst, i32 %dstindex
106 %dstindex = or i32 %2, 1
107 %dst2 = getelementptr %S , %S* %dst, i32 %dstindex
/external/mesa3d/src/mesa/main/
Datifragshader.c781 GLuint dstindex; in _mesa_SetFragmentShaderConstantATI() local
790 dstindex = dst - GL_CON_0_ATI; in _mesa_SetFragmentShaderConstantATI()
793 COPY_4V(curProg->Constants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
794 curProg->LocalConstDef |= 1 << dstindex; in _mesa_SetFragmentShaderConstantATI()
798 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c994 LLVMValueRef dstindex = lp_build_const_int32(gallivm, i % dst_type.length); in lp_build_resize() local
1002 tmp[j] = LLVMBuildInsertElement(builder, tmp[j], val, dstindex, ""); in lp_build_resize()