/third_party/glslang/Test/ |
D | spv.newTexture.frag | 13 uniform isampler2D is2D; 53 ivec4 iv = texture(is2D, c2D); 55 iv = textureProjOffset(is2D, c4D, ivec2(3)); 57 iv = textureProjLod(is2D, c3D, c1D); 59 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
D | newTexture.frag | 13 uniform isampler2D is2D; 52 ivec4 iv = texture(is2D, c2D); 54 iv = textureProjOffset(is2D, c4D, ivec2(3)); 56 iv = textureProjLod(is2D, c3D, c1D); 58 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
D | spv.1.4.sparseTexture.frag | 5 uniform isampler2D is2D; 31 resident |= sparseTextureARB(is2D, c2, texel); 35 resident |= sparseTextureLodARB(is2D, c2, 2.0, texel); 39 resident |= sparseTexelFetchARB(is2D, ivec2(c2), 2, texel);
|
D | web.texture.frag | 9 layout(binding = 8) uniform lowp isampler2D is2D; 63 iv = texture(is2D, c2D); 64 iv = textureProjOffset(is2D, c4D, ic2D); 65 iv = textureProjLod(is2D, c3D, c1D); 66 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
D | 300.frag | 11 uniform lowp isampler2D is2D; 72 iv = texture(is2D, c2D); 73 iv = textureProjOffset(is2D, c4D, ic2D); 74 iv = textureProjLod(is2D, c3D, c1D); 75 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
/third_party/glslang/Test/baseResults/ |
D | web.texture.frag.out | 29 OpName %is2D "is2D" 122 OpDecorate %is2D RelaxedPrecision 123 OpDecorate %is2D DescriptorSet 0 124 OpDecorate %is2D Binding 8 246 %is2D = OpVariable %_ptr_UniformConstant_105 UniformConstant 353 %108 = OpLoad %105 %is2D 357 %111 = OpLoad %105 %is2D 363 %116 = OpLoad %105 %is2D 368 %120 = OpLoad %105 %is2D
|
D | spv.1.4.sparseTexture.frag.out | 24 Name 46 "is2D" 53 Decorate 46(is2D) DescriptorSet 0 54 Decorate 46(is2D) Binding 1 103 46(is2D): 45(ptr) Variable UniformConstant 173 47: 44 Load 46(is2D) 210 85: 44 Load 46(is2D) 249 120: 44 Load 46(is2D)
|
D | spv.newTexture.frag.out | 34 Name 171 "is2D" 73 Decorate 171(is2D) DescriptorSet 0 74 Decorate 171(is2D) Binding 9 166 171(is2D): 170(ptr) Variable UniformConstant 325 172: 169 Load 171(is2D) 334 179: 169 Load 171(is2D) 345 188: 169 Load 171(is2D) 355 196: 169 Load 171(is2D)
|
D | newTexture.frag.out | 123 0:52 'is2D' ( uniform isampler2D) 132 0:54 'is2D' ( uniform isampler2D) 144 0:56 'is2D' ( uniform isampler2D) 154 0:58 'is2D' ( uniform isampler2D) 241 0:? 'is2D' ( uniform isampler2D) 385 0:52 'is2D' ( uniform isampler2D) 394 0:54 'is2D' ( uniform isampler2D) 406 0:56 'is2D' ( uniform isampler2D) 416 0:58 'is2D' ( uniform isampler2D) 503 0:? 'is2D' ( uniform isampler2D)
|
D | 300.frag.out | 157 0:72 'is2D' ( uniform lowp isampler2D) 162 0:73 'is2D' ( uniform lowp isampler2D) 168 0:74 'is2D' ( uniform lowp isampler2D) 174 0:75 'is2D' ( uniform lowp isampler2D) 502 0:? 'is2D' ( uniform lowp isampler2D) 648 0:72 'is2D' ( uniform lowp isampler2D) 653 0:73 'is2D' ( uniform lowp isampler2D) 659 0:74 'is2D' ( uniform lowp isampler2D) 665 0:75 'is2D' ( uniform lowp isampler2D) 744 0:? 'is2D' ( uniform lowp isampler2D)
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureTestUtil.cpp | 129 bool is2D = de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_UINT_BIAS) in getProgram() local 171 else if (isCube || (is2D && isArray) || is3D) in getProgram() 173 else if ((is1D && isArray) || is2D) in getProgram()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Sampler.hpp | 137 bool is2D() const in is2D() function
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 83 bool is2D() const { return reg.Dimension; } in is2D() function in tgsi::Instruction::SrcRegister 142 bool is2D() const { return reg.Dimension; } in is2D() function in tgsi::Instruction::DstRegister 1773 src.is2D() ? src.getIndex(1) : 0, in srcToSym() 1783 dst.is2D() ? dst.getIndex(1) : 0, in dstToSym() 1915 if (src.is2D()) { in fetchSrc() 1952 if (dst.is2D()) { in fetchDst() 2037 int idx2d = src.is2D() ? src.getIndex(1) : 0; in fetchSrc() 2105 int idx2d = dst.is2D() ? dst.getIndex(1) : 0; in acquireDst() 2155 int idx2d = dst.is2D() ? dst.getIndex(1) : 0; in storeDst()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 383 bool is2D() const { return mData->resourceType == ResourceType::Texture2D; } in is2D() function
|
D | Image11.cpp | 474 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion()
|
D | Renderer11.cpp | 2503 if (sourceRenderTarget->getTexture().is2D() && sourceRenderTarget->isMultisampled()) in copyImageInternal() 3466 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in readFromAttachment()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 384 bool is2D() const { return mData->resourceType == ResourceType::Texture2D; } in is2D() function
|
D | Image11.cpp | 472 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion()
|
D | Renderer11.cpp | 2182 if (sourceRenderTarget->getTexture().is2D() && sourceRenderTarget->isMultisampled()) in copyImageInternal() 3135 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in readFromAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 213 bool is2D = de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_SHADOW_BIAS) in initializePrograms() local 233 else if (isCube || (is2D && isArray) || is3D) in initializePrograms() 235 else if ((is1D && isArray) || is2D) in initializePrograms()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 73 else if(state.is2D()) in sampleTexture() 1331 if(state.is2D() || state.is3D() || state.isCube()) in computeIndices() 1391 if(state.is2D() || state.is3D() || state.isCube()) in computeIndices() 1882 if(state.is2D() || state.is3D() || state.isCube()) negative |= vvvv; in sampleTexel()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 201 const bool is2D = imageType == VK_IMAGE_TYPE_2D; in CanGenerateMipmapWithCompute() local 209 return hasStorageSupport && !isSRGB && !isInt && is2D && !isMultisampled && isColorFormat; in CanGenerateMipmapWithCompute()
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 113 is2D?: boolean; property 1155 readonly is2D: boolean; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 93 is2D?: boolean; property 1135 readonly is2D: boolean; property
|
D | dom.generated.d.ts | 309 is2D?: boolean; property 3936 readonly is2D: boolean; property
|