Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DTextureStage.cpp57 texCoordIndex = stage; in init()
83 state.texCoordIndex = texCoordIndex; in textureStageState()
133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex) in setTexCoordIndex() argument
135 ASSERT(texCoordIndex < 8); in setTexCoordIndex()
137 this->texCoordIndex = texCoordIndex; in setTexCoordIndex()
DTextureStage.hpp116 unsigned int texCoordIndex : BITS(7); member
144 void setTexCoordIndex(unsigned int texCoordIndex);
192 int texCoordIndex; member in sw::TextureStage
DContext.cpp576 …ture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count); in texCoordActive()
1180 return textureStage[stage].texCoordIndex; in texCoordIndexActive()
DPixelProcessor.hpp208 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
DPixelProcessor.cpp189 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() argument
193 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()