Home
last modified time | relevance | path

Searched refs:image4 (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.paramMemory.frag.out33 Name 57 "image4"
54 Decorate 57(image4) DescriptorSet 0
55 Decorate 57(image4) Binding 3
56 Decorate 57(image4) NonReadable
80 57(image4): 44(ptr) Variable UniformConstant
115 … 64: 2 FunctionCall 23(image_store(I21;vi2;vf4;) 57(image4) 61(param) 63(param)
/external/deqp-deps/glslang/Test/
Dspv.paramMemory.frag6 writeonly uniform layout(set = 0, binding = 3, rgba16f) highp image2D image4;
27 image_store(image4, in_coords, read2*2.0);
/external/llvm/test/CodeGen/X86/
Dcompact-unwind.ll87 …%image4 = getelementptr inbounds %"struct.dyld::MappedRanges", %"struct.dyld::MappedRanges"* %p.01…
88 %0 = load %class.ImageLoader*, %class.ImageLoader** %image4, align 8
94 store %class.ImageLoader* null, %class.ImageLoader** %image4, align 8
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcompact-unwind.ll87 …%image4 = getelementptr inbounds %"struct.dyld::MappedRanges", %"struct.dyld::MappedRanges"* %p.01…
88 %0 = load %class.ImageLoader*, %class.ImageLoader** %image4, align 8
94 store %class.ImageLoader* null, %class.ImageLoader** %image4, align 8
/external/skia/tests/
DSurfaceTest.cpp489 sk_sp<SkImage> image4(surface2->makeImageSnapshot()); in test_crbug263329() local
490 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture()); in test_crbug263329()
492 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
493 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
/external/skqp/tests/
DSurfaceTest.cpp489 sk_sp<SkImage> image4(surface2->makeImageSnapshot()); in test_crbug263329() local
490 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture()); in test_crbug263329()
492 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
493 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp26148 VkImageObj image4(m_device); in TEST_F() local
26149 image4.init(&ci); in TEST_F()
26150 ASSERT_TRUE(image4.initialized()); in TEST_F()
26169 …vkCmdCopyImage(m_commandBuffer->handle(), image1.handle(), VK_IMAGE_LAYOUT_GENERAL, image4.handle(… in TEST_F()
26180 …vkCmdCopyImage(m_commandBuffer->handle(), image2.handle(), VK_IMAGE_LAYOUT_GENERAL, image4.handle(… in TEST_F()
26185 …vkCmdCopyImage(m_commandBuffer->handle(), image4.handle(), VK_IMAGE_LAYOUT_GENERAL, image2.handle(… in TEST_F()