Home
last modified time | relevance | path

Searched refs:textureSampling (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/Pipeline/
DVertexShader.cpp31 textureSampling = false; in VertexShader()
68 textureSampling = false; in VertexShader()
157 return textureSampling; in containsTextureSampling()
319 textureSampling = false; in analyzeTextureSampling()
325 textureSampling = true; in analyzeTextureSampling()
DVertexShader.hpp66 bool textureSampling; member in sw::VertexShader
DVertexRoutine.cpp42 const bool textureSampling = state.textureSampling; in generate() local
58 …UInt indexQ = !textureSampling ? UInt(index & 0xFFFFFFFC) : index; // FIXME: TEXLDL hack to have… in generate()
137 const bool textureSampling = state.textureSampling; in readStream() local
142 Pointer<Byte> source1 = source0 + (!textureSampling ? stride : 0); in readStream()
143 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream()
144 Pointer<Byte> source3 = source2 + (!textureSampling ? stride : 0); in readStream()
DVertexProgram.cpp78 if(state.textureSampling) in program()
/external/swiftshader/src/Shader/
DVertexShader.cpp31 textureSampling = false; in VertexShader()
68 textureSampling = false; in VertexShader()
157 return textureSampling; in containsTextureSampling()
319 textureSampling = false; in analyzeTextureSampling()
325 textureSampling = true; in analyzeTextureSampling()
DVertexRoutine.cpp42 const bool textureSampling = state.textureSampling; in generate() local
58 …UInt indexQ = !textureSampling ? UInt(index & 0xFFFFFFFC) : index; // FIXME: TEXLDL hack to have… in generate()
142 const bool textureSampling = state.textureSampling; in readStream() local
147 Pointer<Byte> source1 = source0 + (!textureSampling ? stride : 0); in readStream()
148 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream()
149 Pointer<Byte> source3 = source2 + (!textureSampling ? stride : 0); in readStream()
DVertexShader.hpp74 bool textureSampling; member in sw::VertexShader
DVertexProgram.cpp85 if(state.textureSampling) in program()
/external/swiftshader/src/Device/
DVertexProcessor.hpp55 bool textureSampling : 1; // TODO: Eliminate by querying shader. member
DVertexProcessor.cpp396 …state.textureSampling = context->vertexShader ? context->vertexShader->containsTextureSampling() :… in update()
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp138 state.textureSampling = bytecodeShader->containsTextureSampling(); in LLVMFuzzerTestOneInput()
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp54 bool textureSampling : 1; // TODO: Eliminate by querying shader. member
DVertexProcessor.cpp938 …state.textureSampling = context->vertexShader ? context->vertexShader->containsTextureSampling() :… in update()