Home
last modified time | relevance | path

Searched refs:is2D (Results 1 – 25 of 26) sorted by relevance

12

/third_party/glslang/Test/
Dspv.newTexture.frag13 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);
DnewTexture.frag13 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);
Dspv.1.4.sparseTexture.frag5 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);
Dweb.texture.frag9 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);
D300.frag11 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/
Dweb.texture.frag.out29 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
Dspv.1.4.sparseTexture.frag.out24 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)
Dspv.newTexture.frag.out34 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)
DnewTexture.frag.out123 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)
D300.frag.out157 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/
DglsTextureTestUtil.cpp129 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/
DSampler.hpp137 bool is2D() const in is2D() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp83 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/
Drenderer11_utils.h383 bool is2D() const { return mData->resourceType == ResourceType::Texture2D; } in is2D() function
DImage11.cpp474 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion()
DRenderer11.cpp2503 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/
Drenderer11_utils.h384 bool is2D() const { return mData->resourceType == ResourceType::Texture2D; } in is2D() function
DImage11.cpp472 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion()
DRenderer11.cpp2182 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/
DvktTextureTestUtil.cpp213 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/
DSamplerCore.cpp73 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/
DTextureVk.cpp201 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/
Dlib.webworker.d.ts113 is2D?: boolean; property
1155 readonly is2D: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts93 is2D?: boolean; property
1135 readonly is2D: boolean; property
Ddom.generated.d.ts309 is2D?: boolean; property
3936 readonly is2D: boolean; property

12