Searched defs:imageOperands (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_instruction_builder_autogen.cpp | 877 const spv::ImageOperandsMask *imageOperands, in WriteImageSampleImplicitLod() 901 spv::ImageOperandsMask imageOperands, in WriteImageSampleExplicitLod() 923 const spv::ImageOperandsMask *imageOperands, in WriteImageSampleDrefImplicitLod() 949 spv::ImageOperandsMask imageOperands, in WriteImageSampleDrefExplicitLod() 971 const spv::ImageOperandsMask *imageOperands, in WriteImageSampleProjImplicitLod() 995 spv::ImageOperandsMask imageOperands, in WriteImageSampleProjExplicitLod() 1017 const spv::ImageOperandsMask *imageOperands, in WriteImageSampleProjDrefImplicitLod() 1044 spv::ImageOperandsMask imageOperands, in WriteImageSampleProjDrefExplicitLod() 1067 const spv::ImageOperandsMask *imageOperands, in WriteImageFetch() 1092 const spv::ImageOperandsMask *imageOperands, in WriteImageGather() [all …]
|
| D | spirv_instruction_parser_autogen.cpp | 1028 spv::ImageOperandsMask *imageOperands, in ParseImageSampleImplicitLod() 1057 spv::ImageOperandsMask *imageOperands, in ParseImageSampleExplicitLod() 1084 spv::ImageOperandsMask *imageOperands, in ParseImageSampleDrefImplicitLod() 1115 spv::ImageOperandsMask *imageOperands, in ParseImageSampleDrefExplicitLod() 1142 spv::ImageOperandsMask *imageOperands, in ParseImageSampleProjImplicitLod() 1171 spv::ImageOperandsMask *imageOperands, in ParseImageSampleProjExplicitLod() 1198 spv::ImageOperandsMask *imageOperands, in ParseImageSampleProjDrefImplicitLod() 1229 spv::ImageOperandsMask *imageOperands, in ParseImageSampleProjDrefExplicitLod() 1256 spv::ImageOperandsMask *imageOperands, in ParseImageFetch() 1286 spv::ImageOperandsMask *imageOperands, in ParseImageGather() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShaderImage.cpp | 166 …uint32_t imageOperands = (operandsIndex != 0) ? insn.word(operandsIndex) : 0; // The mask which i… in ImageInstruction() local 236 uint32_t imageOperands = getImageOperandsMask(insn); in parseVariantAndMethod() local
|
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 4834 spv::IdImmediate imageOperands = { false, spv::ImageOperandsMaskNone }; in createImageTextureFunctionCall() local 4867 spv::IdImmediate imageOperands = { false, (unsigned int)mask }; in createImageTextureFunctionCall() local 4919 spv::IdImmediate imageOperands = { false, (unsigned int)mask }; in createImageTextureFunctionCall() local 4960 spv::IdImmediate imageOperands = { false, (unsigned int)mask }; in createImageTextureFunctionCall() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputSPIRV.cpp | 3879 const spv::ImageOperandsMask *imageOperands = in createImageTextureBuiltIn() local
|