/external/angle/src/tests/gl_tests/ |
D | ActiveTextureCacheTest.cpp | 78 GLuint tex1 = 0; in TEST_P() local 79 glGenTextures(1, &tex1); in TEST_P() 80 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P() 98 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P()
|
D | WebGLCompatibilityTest.cpp | 2685 GLTexture tex1; in TEST_P() local 2688 FillTexture2D(tex1.get(), width, height, GLColor::green, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P() 2691 glBindTexture(GL_TEXTURE_2D, tex1.get()); in TEST_P() 2700 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, GL_TEXTURE_2D, tex1.get(), 0); in TEST_P() 3974 GLTexture tex1; in TEST_P() local 3977 FillTexture2D(tex1.get(), width, height, GLColor::green, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P() 3980 glBindTexture(GL_TEXTURE_2D, tex1.get()); in TEST_P() 3988 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, GL_TEXTURE_2D, tex1.get(), 0); in TEST_P() 4100 GLTexture tex1; in TEST_P() local 4103 FillTexture2D(tex1.get(), width, height, 0x80, 0, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT, in TEST_P() [all …]
|
D | BlitFramebufferANGLETest.cpp | 2483 GLTexture tex1; in TEST_P() local 2484 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P() 2489 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex1, 0); in TEST_P()
|
D | StateChangeTest.cpp | 2401 GLTexture tex1; in TEST_P() local 2402 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P() 2420 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P() 2430 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_P()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.flattenOpaqueInit.vert | 19 FxaaTex tex1 = { g_tInputTexture_sampler, g_tInputTexture }; 20 float4 res = lookUp(tex1); 23 FxaaTex tex3 = tex1;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.flattenOpaqueInit.vert | 19 FxaaTex tex1 = { g_tInputTexture_sampler, g_tInputTexture }; 20 float4 res = lookUp(tex1); 23 FxaaTex tex3 = tex1;
|
/external/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 645 nir_tex_instr *tex1 = nir_instr_as_tex(instr1); in nir_instrs_equal() local 648 if (tex1->op != tex2->op) in nir_instrs_equal() 651 if (tex1->num_srcs != tex2->num_srcs) in nir_instrs_equal() 653 for (unsigned i = 0; i < tex1->num_srcs; i++) { in nir_instrs_equal() 654 if (tex1->src[i].src_type != tex2->src[i].src_type || in nir_instrs_equal() 655 !nir_srcs_equal(tex1->src[i].src, tex2->src[i].src)) { in nir_instrs_equal() 660 if (tex1->coord_components != tex2->coord_components || in nir_instrs_equal() 661 tex1->sampler_dim != tex2->sampler_dim || in nir_instrs_equal() 662 tex1->is_array != tex2->is_array || in nir_instrs_equal() 663 tex1->is_shadow != tex2->is_shadow || in nir_instrs_equal() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.flattenOpaqueInit.vert.out | 45 0:19 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 53 0:20 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 65 0:23 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 129 0:19 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 137 0:20 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 149 0:23 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 187 Name 53 "tex1" 260 53(tex1): 10(ptr) Variable Function 270 Store 53(tex1) 56 271 60: 9(FxaaTex) Load 53(tex1) [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.flattenOpaqueInit.vert.out | 45 0:19 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 53 0:20 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 65 0:23 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 129 0:19 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 137 0:20 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 149 0:23 'tex1' ( temp structure{ temp sampler smpl, temp texture2D tex}) 187 Name 53 "tex1" 260 53(tex1): 10(ptr) Variable Function 270 Store 53(tex1) 56 271 60: 9(FxaaTex) Load 53(tex1) [all …]
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 51 sk_sp<GrTexture> tex1 = in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 54 REPORTER_ASSERT(reporter, nullptr == tex1->asRenderTarget()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 55 REPORTER_ASSERT(reporter, tex1.get() == tex1->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 56 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(tex1.get()) == tex1->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|
D | SurfaceTest.cpp | 289 GrBackendTexture tex1 = surface->getBackendTexture(access); in test_backend_texture_access_copy_on_write() local 296 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.h | 51 uint32_t tex0, tex1, tex2, tex3, tex4, tex5; member
|
D | fd2_texture.c | 192 so->tex1 = in fd2_sampler_view_create()
|
D | fd2_emit.c | 140 OUT_RELOC(ring, rsc->bo, fd_resource_offset(rsc, 0, 0), view->tex1, 0); in emit_texture()
|
/external/skqp/tests/ |
D | GrSurfaceTest.cpp | 48 sk_sp<GrTexture> tex1 = resourceProvider->createTexture(desc, SkBudgeted::kNo); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() local 49 REPORTER_ASSERT(reporter, nullptr == tex1->asRenderTarget()); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() 50 REPORTER_ASSERT(reporter, tex1.get() == tex1->asTexture()); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() 51 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(tex1.get()) == tex1->asTexture()); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
|
D | SurfaceTest.cpp | 294 GrBackendTexture tex1 = surface->getBackendTexture(access); in test_backend_texture_access_copy_on_write() local 301 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 278 const glu::TextureCubeArray* const tex1 = m_gridTex; in init() local 284 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f), tcu::Vec2(floa… in init() 285 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(0.2f, 0.2f), tcu::Vec2(0.6f, 0.5f), tcu::Vec2(float(… in init() 298 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f), tcu::Vec2(fl… in init() 299 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.2f, -1.1f), tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(fl… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 485 const glu::TextureCube* tex1 = m_textures.size() > 1 ? m_textures[1] : tex0; in init() local 491 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificati… in init() 492 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(0.2f, 0.2f), tcu::Vec2(0.6f, 0.5f))); // magnificati… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 520 const glu::TextureCube* tex1 = m_textures.size() > 1 ? m_textures[1] : tex0; in init() local 526 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificat… in init() 527 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(0.2f, 0.2f), tcu::Vec2(0.6f, 0.5f))); // magnificat… in init() 537 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f))); // minifica… in init() 538 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.2f, -1.1f), tcu::Vec2(-0.8f, -0.8f))); // magnific… in init()
|
D | es3fFboColorbufferTests.cpp | 247 deUint32 tex0, tex1; in render() local 256 deUint32& tex = ndx ? tex1 : tex0; in render() 310 glBindTexture(GL_TEXTURE_2D, tex1); in render()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 491 const int tex1 = m_textures.size() > 1 ? 1 : 0; in TextureCubeFilteringTestInstance() local 497 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-0.8f, -0.8f), tcu::Vec2(0.8f, 0.8f))); // minificat… in TextureCubeFilteringTestInstance() 498 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(0.2f, 0.2f), tcu::Vec2(0.6f, 0.5f))); // magnificat… in TextureCubeFilteringTestInstance() 505 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f))); // minifica… in TextureCubeFilteringTestInstance() 506 …m_cases.push_back(FilterCase(tex1, tcu::Vec2(-1.2f, -1.1f), tcu::Vec2(-0.8f, -0.8f))); // magnific… in TextureCubeFilteringTestInstance()
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 930 GLuint tex1 = 1; in TEST_F() local 932 glBindTexture(GL_TEXTURE_2D, tex1); in TEST_F() 939 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex1, 0); in TEST_F()
|