/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.image_test.cpp | 62 {" Lod %5", {MASK(Lod), 5}}, 78 {" Bias|Lod %5 %6", {MASK(Bias) | MASK(Lod), 5, 6}}, 79 {" Lod|Grad %5 %6 %7", {MASK(Lod) | MASK(Grad), 5, 6, 7}}, 88 {" Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample" 90 {MASK(Bias) | MASK(Lod) | MASK(Grad) | MASK(ConstOffset) | 94 {" Sample|ConstOffsets|Offset|ConstOffset|Grad|Lod|Bias" 96 {MASK(Bias) | MASK(Lod) | MAS [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.image_test.cpp | 62 {" Lod %5", {MASK(Lod), 5}}, 78 {" Bias|Lod %5 %6", {MASK(Bias) | MASK(Lod), 5, 6}}, 79 {" Lod|Grad %5 %6 %7", {MASK(Lod) | MASK(Grad), 5, 6, 7}}, 88 {" Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample" 90 {MASK(Bias) | MASK(Lod) | MASK(Grad) | MASK(ConstOffset) | 94 {" Sample|ConstOffsets|Offset|ConstOffset|Grad|Lod|Bias" 96 {MASK(Bias) | MASK(Lod) | MAS [all...] |
/third_party/spirv-tools/test/ |
H A D | text_to_binary.image_test.cpp | 62 {" Lod %5", {MASK(Lod), 5}}, 78 {" Bias|Lod %5 %6", {MASK(Bias) | MASK(Lod), 5, 6}}, 79 {" Lod|Grad %5 %6 %7", {MASK(Lod) | MASK(Grad), 5, 6, 7}}, 88 {" Bias|Lod|Grad|ConstOffset|Offset|ConstOffsets|Sample" 90 {MASK(Bias) | MASK(Lod) | MASK(Grad) | MASK(ConstOffset) | 94 {" Sample|ConstOffsets|Offset|ConstOffset|Grad|Lod|Bias" 96 {MASK(Bias) | MASK(Lod) | MAS [all...] |
H A D | text_to_binary.reserved_sampling_test.cpp | 40 "%2 = OpImageSparseSampleProjExplicitLod %1 %3 %4 Lod %5\n"; in TEST_F() 44 {1, 2, 3, 4, (uint32_t)spv::ImageOperandsMask::Lod, 5}))); in TEST_F() 58 "%2 = OpImageSparseSampleProjDrefExplicitLod %1 %3 %4 %5 Lod %6\n"; in TEST_F() 62 {1, 2, 3, 4, 5, (uint32_t)spv::ImageOperandsMask::Lod, 6}))); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 175 if(instruction.samplerMethod == Lod || instruction.samplerMethod == Bias || instruction.samplerMethod == Fetch) in emitSamplerRoutine() 208 if(samplerFunction.method == Lod || samplerFunction.method == Grad || in emitSamplerRoutine() 282 if(samplerMethod != Lod) // TODO(b/162926129): Support anisotropic filtering with explicit LOD. in convertFilterMode() 323 return MIPMAP_POINT; // Samplerless operations (OpImageFetch) can take an integer Lod operand. in convertMipmapMode()
|
H A D | SamplerCore.hpp | 31 Lod, // Use provided LOD.
|
H A D | SpirvShaderImage.cpp | 180 ASSERT(samplerMethod == Lod || samplerMethod == Fetch); in ImageInstruction() 243 case spv::OpImageSampleExplicitLod: return { None, grad ? Grad : Lod }; in parseVariantAndMethod() 245 case spv::OpImageSampleDrefExplicitLod: return { Dref, grad ? Grad : Lod }; in parseVariantAndMethod() 247 case spv::OpImageSampleProjExplicitLod: return { Proj, grad ? Grad : Lod }; in parseVariantAndMethod() 249 case spv::OpImageSampleProjDrefExplicitLod: return { ProjDref, grad ? Grad : Lod }; in parseVariantAndMethod() 274 return 5; // "Either Lod or Grad image operands must be present." in getImageOperandsIndex() 280 return 6; // "Either Lod or Grad image operands must be present." in getImageOperandsIndex()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 261 Lod = 1, enumerator 274 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 265 Lod = 1, enumerator 278 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 268 Lod = 1, enumerator 281 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 261 Lod = 1, enumerator 274 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 265 Lod = 1, enumerator 278 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 268 Lod = 1, enumerator 281 Lod = 0x00000002, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 261 Lod = 1, enumerator 274 Lod = 0x00000002, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 265 Lod = 1, enumerator 278 Lod = 0x00000002, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 268 Lod = 1, enumerator 281 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.hpp | 27 Lod, // Use provided LOD. enumerator
|
H A D | SamplerCore.cpp | 672 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleAniso() 1144 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleFloatAniso() 1384 if(function != Lod && function != Fetch) in computeLod() 1434 else if(function == Lod) in computeLod() 1455 if(function != Lod && function != Fetch) in computeLodCube() 1500 else if(function == Lod) in computeLodCube() 1521 if(function != Lod && function != Fetch) in computeLod3D() 1559 else if(function == Lod) in computeLod3D()
|
H A D | VertexProgram.cpp | 1595 dst = sampleTexture(src1, src0, lod, (src0), (src0), (src0), Lod); in TEXLOD() 1600 dst = sampleTexture(src1, src0, lod, (src0), (src0), offset, {Lod, Offset}); in TEXLODOFFSET()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 335 Lod = 1, enumerator 359 Lod = 0x00000002, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.cs | 335 Lod = 1, enumerator 359 Lod = 0x00000002, enumerator
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 373 Lod = 1, enumerator 398 Lod = 0x00000002, enumerator
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.hpp | 157 Lod, enumerator
|
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 45 enum_val = spv::ImageOperandsMask::Lod; in CheckAllImageOperandsHandled() 53 case spv::ImageOperandsMask::Lod: in CheckAllImageOperandsHandled() 333 if (mask & uint32_t(spv::ImageOperandsMask::Lod)) { in ValidateImageOperands() 338 << "Image Operand Lod can only be used with ExplicitLod opcodes " in ValidateImageOperands() 344 << "Image Operand bits Lod and Grad cannot be set at the same " in ValidateImageOperands() 352 << "Expected Image Operand Lod to be float scalar when used " in ValidateImageOperands() 358 << "Expected Image Operand Lod to be int scalar when used with " in ValidateImageOperands() 366 << "Image Operand Lod requires 'Dim' parameter to be 1D, 2D, 3D " in ValidateImageOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3314 LoadSDNode *Lod = cast<LoadSDNode>(N0.getOperand(0)); in SimplifySetCC() local 3317 if (Lod->isSimple() && Lod->isUnindexed()) { in SimplifySetCC() 3322 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC() 3323 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC() 3344 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC() 3345 SDValue Ptr = Lod->getBasePtr(); in SimplifySetCC() 3348 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC() 3350 newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 3351 Lod in SimplifySetCC() [all...] |