Home
last modified time | relevance | path

Searched refs:texelOut (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.h123 GLfloat *texelOut);
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h469 Id texelOut; member
DSpvBuilder.cpp2175 typeId1 = getDerefTypeId(parameters.texelOut); in createTextureCall()
2197 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()
DGlslangToSpv.cpp5164 spv::Id texelOut = *opIt; in createImageTextureFunctionCall() local
5166 spv::Id typeId1 = builder.getDerefTypeId(texelOut); in createImageTextureFunctionCall()
5172 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
5351 params.texelOut = arguments[2 + extraArgs]; in createImageTextureFunctionCall()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp156 using ImageSampler = void(void *texture, void *uvsIn, void *texelOut, void *constants);