/external/angle/src/tests/gl_tests/ |
D | ActiveTextureCacheTest.cpp | 73 GLuint tex0 = 0; in TEST_P() local 74 glGenTextures(1, &tex0); in TEST_P() 75 glBindTexture(GL_TEXTURE_2D, tex0); in TEST_P() 86 glBindTexture(GL_TEXTURE_2D, tex0); in TEST_P() 102 glDeleteTextures(1, &tex0); in TEST_P()
|
D | WebGLCompatibilityTest.cpp | 2684 GLTexture tex0; in TEST_P() local 2687 FillTexture2D(tex0.get(), width, height, GLColor::red, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P() 2699 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex0.get(), 0); in TEST_P() 3973 GLTexture tex0; in TEST_P() local 3976 FillTexture2D(tex0.get(), width, height, GLColor::red, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P() 3987 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex0.get(), 0); in TEST_P() 4099 GLTexture tex0; in TEST_P() local 4102 FillTexture2D(tex0.get(), width, height, GLColor::black, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P() 4111 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex0.get(), 0); in TEST_P()
|
D | BlitFramebufferANGLETest.cpp | 2475 GLTexture tex0; in TEST_P() local 2476 glBindTexture(GL_TEXTURE_2D, tex0); in TEST_P() 2481 glFramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex0, 0); in TEST_P()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | texsurf-queries.ll | 6 @tex0 = internal addrspace(1) global i64 0, align 8 28 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0 29 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 30 ; SM20: txq.width.b32 %r{{[0-9]+}}, [tex0] 49 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0 50 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 51 ; SM20: txq.height.b32 %r{{[0-9]+}}, [tex0] 102 !1 = !{i64 addrspace(1)* @tex0, !"texture", i32 1}
|
D | tex-read-cuda.ll | 26 @tex0 = internal addrspace(1) global i64 0, align 8 31 ; SM30: mov.u64 %rd[[TEXHANDLE:[0-9]+]], tex0 32 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 33 …f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [tex0, {%r{{[0-9]+}}}] 46 !3 = !{i64 addrspace(1)* @tex0, !"texture", i32 1}
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | texsurf-queries.ll | 6 @tex0 = internal addrspace(1) global i64 0, align 8 28 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0 29 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 30 ; SM20: txq.width.b32 %r{{[0-9]+}}, [tex0] 49 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0 50 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 51 ; SM20: txq.height.b32 %r{{[0-9]+}}, [tex0] 102 !1 = !{i64 addrspace(1)* @tex0, !"texture", i32 1}
|
D | tex-read-cuda.ll | 26 @tex0 = internal addrspace(1) global i64 0, align 8 31 ; SM30: mov.u64 %rd[[TEXHANDLE:[0-9]+]], tex0 32 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0) 33 …f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]+]]}, [tex0, {%r{{[0-9]+}}}] 46 !3 = !{i64 addrspace(1)* @tex0, !"texture", i32 1}
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.h | 40 uint32_t tex0, tex3, tex4; member 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member
|
D | fd2_texture.c | 108 so->tex0 = in fd2_sampler_state_create() 184 so->tex0 = in fd2_sampler_view_create()
|
D | fd2_emit.c | 138 OUT_RING(ring, sampler->tex0 | view->tex0); in emit_texture()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 277 const glu::TextureCubeArray* const tex0 = m_gradientTex; in init() local 282 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f), tcu::Vec2(-0.5… in init() 283 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.5f, 0.65f), tcu::Vec2(0.8f, 0.8f), tcu::Vec2(-0.5f… in init() 293 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.25f, -1.2f), tcu::Vec2(1.2f, 1.25f), tcu::Vec2(-0.… in init() 295 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f), tcu::Vec2(-0.… in init() 297 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.8f, 0.8f), tcu::Vec2(1.25f, 1.20f), tcu::Vec2(-0.5… in init() 303 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-2.0f, -1.5f ), tcu::Vec2(-0.1f, 0.9f), tcu::Vec2(1… in init()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | wqm.ll | 107 %tex0 = extractelement <4 x float> %tex, i32 0 108 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs… 399 %tex0 = extractelement <4 x float> %tex, i32 0 400 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs… 442 %tex0 = extractelement <4 x float> %tex, i32 0 443 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs… 517 %tex0 = extractelement <4 x float> %tex, i32 0 518 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs… 564 %tex0 = extractelement <4 x float> %tex, i32 0 565 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs… [all …]
|
D | llvm.amdgcn.softwqm.ll | 154 %tex0 = extractelement <4 x float> %tex, i32 0 155 …%dtex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %tex0, <8 x i32> %rs…
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 484 const glu::TextureCube* tex0 = m_textures[0]; in init() local 485 const glu::TextureCube* tex1 = m_textures.size() > 1 ? m_textures[1] : tex0; in init() 489 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificati… in init() 490 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.5f, 0.65f), tcu::Vec2(0.8f, 0.8f))); // magnificat… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 519 const glu::TextureCube* tex0 = m_textures[0]; in init() local 520 const glu::TextureCube* tex1 = m_textures.size() > 1 ? m_textures[1] : tex0; in init() 524 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificat… in init() 525 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.5f, 0.65f), tcu::Vec2(0.8f, 0.8f))); // magnificat… in init() 532 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.25f, -1.2f), tcu::Vec2(1.2f, 1.25f))); // minifica… in init() 534 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f))); // minifica… in init() 536 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.8f, 0.8f), tcu::Vec2(1.25f, 1.20f))); // magnificat… in init()
|
D | es3fFboColorbufferTests.cpp | 247 deUint32 tex0, tex1; in render() local 256 deUint32& tex = ndx ? tex1 : tex0; in render() 308 glBindTexture(GL_TEXTURE_2D, tex0); in render()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 490 const int tex0 = 0; in TextureCubeFilteringTestInstance() local 495 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificat… in TextureCubeFilteringTestInstance() 496 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.5f, 0.65f), tcu::Vec2(0.8f, 0.8f))); // magnificat… in TextureCubeFilteringTestInstance() 502 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.25f, -1.2f), tcu::Vec2(1.2f, 1.25f))); // minifica… in TextureCubeFilteringTestInstance() 504 …m_cases.push_back(FilterCase(tex0, tcu::Vec2(0.8f, 0.8f), tcu::Vec2(1.25f, 1.20f))); // magnificat… in TextureCubeFilteringTestInstance()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | value_table_test.cpp | 696 OpName %tex0 "tex0" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 696 OpName %tex0 "tex0" in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 696 OpName %tex0 "tex0" in TEST_F()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1479 - zink/spirv: alias var0 on tex0 etc instead
|