Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp101 int gatherComponent; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp60 samplerState.gatherComponent = instruction.gatherComponent; in getImageSampler()
H A DSamplerCore.cpp146 int gatherComponent = (function == Gather) ? getGatherComponent() : 0; in sampleTexture() local
157 c[component] *= Float4(1.0f / compScale[(function == Gather) ? gatherComponent : component]); in sampleTexture()
176 c[component] *= Float4(1.0f / compScale[(function == Gather) ? gatherComponent : component]); in sampleTexture()
2564 switch(state.gatherComponent) in gatherSwizzle()
H A DSpirvShader.hpp558 uint32_t gatherComponent : 2;
H A DSpirvShaderImage.cpp162 gatherComponent = !isDref() ? spirv.getObject(insn.word(5)).constantValue[0] : 0; in ImageInstruction()

Completed in 13 milliseconds