Home
last modified time | relevance | path

Searched refs:ImageOperandsLodMask (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp277 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp281 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp277 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp281 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp277 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp281 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp284 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp284 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp284 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp178 if(imageOperands & spv::ImageOperandsLodMask) in ImageInstruction()
183 imageOperands &= ~spv::ImageOperandsLodMask; in ImageInstruction()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp361 CASE0(OPTIONAL_IMAGE, ImageOperandsLodMask),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp361 CASE0(OPTIONAL_IMAGE, ImageOperandsLodMask),
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv.hpp352 ImageOperandsLodMask = 0x00000002, enumerator
H A Dspirv_hlsl.cpp2872 test(lod, ImageOperandsLodMask); in emit_texture_op()
H A Dspirv_glsl.cpp6759 test(lod, ImageOperandsLodMask);
H A Dspirv_msl.cpp7914 test(lod, ImageOperandsLodMask); in emit_instruction()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp363 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp363 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp5887 mask = mask | spv::ImageOperandsLodMask; in createImageTextureFunctionCall()
5900 if (mask & spv::ImageOperandsLodMask) { in createImageTextureFunctionCall()
5939 mask = mask | spv::ImageOperandsLodMask; in createImageTextureFunctionCall()
5952 if (mask & spv::ImageOperandsLodMask) { in createImageTextureFunctionCall()
5980 mask = mask | spv::ImageOperandsLodMask; in createImageTextureFunctionCall()
5993 if (mask & spv::ImageOperandsLodMask) { in createImageTextureFunctionCall()
H A DSpvBuilder.cpp2914 mask = (ImageOperandsMask)(mask | ImageOperandsLodMask); in createTextureCall()
2925 mask = (ImageOperandsMask)(mask | ImageOperandsLodMask); in createTextureCall()
H A Dspirv.hpp388 ImageOperandsLodMask = 0x00000002, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp3831 operandsMask = operandsMask | spv::ImageOperandsLodMask; in createImageTextureBuiltIn()
3838 operandsMask = operandsMask | spv::ImageOperandsLodMask; in createImageTextureBuiltIn()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp402 ImageOperandsLodMask = 0x00000002, enumerator

Completed in 142 milliseconds