Home | History | Annotate | Download | only in protected_memory

Lines Matching defs:access

22  * \brief Protected memory image access tests
527 const tcu::ConstPixelBufferAccess& access = texture2D.getLevel(0);
528 const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), stagingBuffer->getAllocation().getHostPtr());
530 tcu::copy(destAccess, access);
1421 de::MovePtr<tcu::TestCaseGroup> accessGroup (new tcu::TestCaseGroup(testCtx, "access", "Shader Image Access Tests"));
1430 { glu::SHADERTYPE_FRAGMENT, "fragment", "Image access from fragment shader" },
1431 { glu::SHADERTYPE_COMPUTE, "compute", "Image access from compute shader" },