Home
last modified time | relevance | path

Searched refs:dstindex (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c814 GLuint dstindex; in _mesa_SetFragmentShaderConstantATI() local
823 dstindex = dst - GL_CON_0_ATI; in _mesa_SetFragmentShaderConstantATI()
826 COPY_4V(curProg->Constants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
827 curProg->LocalConstDef |= 1 << dstindex; in _mesa_SetFragmentShaderConstantATI()
831 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
/third_party/python/Objects/
H A Dgenericaliasobject.c194 tuple_extend(PyObject **dst, Py_ssize_t dstindex, in tuple_extend() argument
201 assert(dstindex + count <= PyTuple_GET_SIZE(*dst)); in tuple_extend()
205 PyTuple_SET_ITEM(*dst, dstindex + i, item); in tuple_extend()
207 return dstindex + count; in tuple_extend()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A 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()

Completed in 5 milliseconds