Home
last modified time | relevance | path

Searched refs:ImageInstruction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp35 ImageInstruction instruction(inst); in getImageSampler()
96 std::shared_ptr<rr::Routine> SpirvShader::emitSamplerRoutine(ImageInstruction instruction, const Sa… in emitSamplerRoutine()
200 …FilterMode(const vk::Sampler *sampler, VkImageViewType imageViewType, ImageInstruction instruction) in convertFilterMode()
DSpirvShader.hpp476 struct ImageInstruction struct in sw::SpirvShader
478 ImageInstruction(Variant variant, SamplerMethod samplerMethod) in ImageInstruction() function
486 ImageInstruction(uint32_t parameters) in ImageInstruction() argument
526 static_assert(sizeof(ImageInstruction) == sizeof(uint32_t), "ImageInstruction must be 32-bit");
1209 …EmitResult EmitImageSample(ImageInstruction instruction, InsnIterator insn, EmitState *state) cons…
1229 …void EmitImageSampleUnconditional(Array<SIMD::Float> &out, ImageInstruction instruction, InsnItera…
1295 …static std::shared_ptr<rr::Routine> emitSamplerRoutine(ImageInstruction instruction, const Sampler…
1298 …ilterMode(const vk::Sampler *sampler, VkImageViewType imageViewType, ImageInstruction instruction);
DSpirvShaderImage.cpp97 ImageInstruction instruction = { variant, Gather }; in EmitImageGather()
128 SpirvShader::EmitResult SpirvShader::EmitImageSample(ImageInstruction instruction, InsnIterator ins… in EmitImageSample()
147 void SpirvShader::EmitImageSampleUnconditional(Array<SIMD::Float> &out, ImageInstruction instructio… in EmitImageSampleUnconditional()