Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSampler.hpp101 int gatherComponent; member
/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp57 samplerState.gatherComponent = instruction.gatherComponent; in getImageSampler()
DSpirvShader.hpp511 uint32_t gatherComponent : 2; member
DSpirvShaderImage.cpp98 instruction.gatherComponent = !instruction.isDref() ? getObject(insn.word(5)).constantValue[0] : 0; in EmitImageGather()
DSamplerCore.cpp2587 switch(state.gatherComponent) in gatherSwizzle()