HomeSort by relevance Sort by last modified time
    Searched refs:getAccess (Results 1 - 25 of 641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 87 getAccess<ScalarType>()[0] = value[0];
88 getAccess<ScalarType>()[1] = value[1];
89 getAccess<ScalarType>()[2] = value[2];
90 getAccess<ScalarType>()[3] = value[3];
98 getAccess<ScalarType>()[0],
99 getAccess<ScalarType>()[1],
100 getAccess<ScalarType>()[2],
101 getAccess<ScalarType>()[3]);
105 inline ScalarType* getAccess ();
108 inline const ScalarType* getAccess () const
    [all...]
  /external/deqp/modules/internal/
ditImageIOTests.cpp 60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
61 TCU_CHECK(texture.getAccess().getSlicePitch() == texture.getAccess().getRowPitch()*texture.getAccess().getHeight());
63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth();
64 const deUint32 hash = deMemoryHash(texture.getAccess().getDataPtr(), imageSize);
69 m_testCtx.getLog() << TestLog::Image("Image", "Loaded image", texture.getAccess());
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 187 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
188 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
192 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
193 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
202 tcu::clear(m_colorBuffer.getAccess(), clearColor);
203 tcu::clear(m_resolveColorBuffer.getAccess(), clearColor);
211 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth());
213 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
214 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
219 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil())
    [all...]
  /external/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
  /external/deqp/framework/common/
tcuSurface.hpp 59 ConstPixelBufferAccess getAccess (void) const;
60 PixelBufferAccess getAccess (void);
105 inline ConstPixelBufferAccess Surface::getAccess (void) const
111 inline PixelBufferAccess Surface::getAccess (void)
  /external/llvm/lib/DebugInfo/CodeView/
FieldListRecordBuilder.cpp 22 Builder.writeUInt16(static_cast<uint16_t>(Record.getAccess()));
33 Builder.writeUInt16(static_cast<uint16_t>(Record.getAccess()));
45 Builder.writeUInt16(static_cast<uint16_t>(Record.getAccess()));
68 uint16_t Flags = static_cast<uint16_t>(Record.getAccess());
103 Builder.writeUInt16(static_cast<uint16_t>(Record.getAccess()));
115 Builder.writeUInt16(static_cast<uint16_t>(Record.getAccess()));
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 39 texImage2D(target, level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFillBufferTests.cpp 132 generateBuffer(m_destinationTextureLevel->getAccess(), dstLevelWidth, 1, 1);
136 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc);
186 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAccess().getFormat(), dstLevelWidth, 1));
190 return checkTestResult(resultLevel->getAccess());
228 expected = m_expectedTextureLevel->getAccess();
243 dst = m_destinationTextureLevel->getAccess();
246 tcu::copy(m_expectedTextureLevel->getAccess(), dst);
248 deUint32* currentPtr = (deUint32*) m_expectedTextureLevel->getAccess().getDataPtr() + m_params.dstOffset / 4;
297 generateBuffer(m_destinationTextureLevel->getAccess(), dstLevelWidth, 1, 1);
301 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc)
    [all...]
  /external/deqp/framework/randomshaders/
rsgTest.cpp 68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5);
73 tcu::ImageIO::savePNG(surface.getAccess(), fileName.c_str());
  /external/deqp/modules/egl/
teglGLES2RenderUtil.cpp 47 gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolData.h 33 FORWARD_SYMBOL_METHOD(getAccess)

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>