HomeSort by relevance Sort by last modified time
    Searched refs:m_context (Results 276 - 300 of 770) sorted by null

<<11121314151617181920>>

  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp 93 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget();
99 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget();
138 m_context.getTestContext().getLog()
142 m_context.getTestContext().getLog()
146 m_context.getTestContext().getLog()
156 m_context.getTestContext().getLog()
164 m_context.getTestContext().getLog()
175 m_context.getTestContext().getLog() << tcu::TestLog::Message << &log[0] << tcu::TestLog::EndMessage;
208 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
225 m_context.getTestContext().getLog(
    [all...]
es31cDrawIndirectTests.cpp 226 return m_context.getRenderContext().getRenderTarget().getWidth();
231 return m_context.getRenderContext().getRenderTarget().getHeight();
492 const tcu::PixelFormat& pixelFormat = m_context.getRenderContext().getRenderTarget().getPixelFormat();
832 const tcu::PixelFormat& pixelFormat = m_context.getRenderContext().getRenderTarget().getPixelFormat();
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampParameterBorderColorError.cpp 62 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
91 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
185 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
216 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
246 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
276 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
esextcTextureBorderClampSamplerParameterIError.cpp 65 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
91 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
173 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
259 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
292 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp 66 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
95 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
172 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
205 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
238 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
271 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferBufferParameters.cpp 60 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
89 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
110 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
142 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
174 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
205 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
esextcTextureBufferParameters.cpp 96 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
115 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
152 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
243 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
275 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
307 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
341 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
374 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
406 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
437 const glw::Functions& gl = m_context.getRenderContext().getFunctions()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalClearAttachmentTests.cpp 80 m_secondaryCmdBuffer = vk::allocateCommandBuffer(m_vk, m_context.getDevice(), *m_cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_SECONDARY);
85 tcu::TestLog& log = m_context.getTestContext().getLog();
86 const vk::VkQueue queue = m_context.getUniversalQueue();
87 const vk::VkDevice device = m_context.getDevice();
153 m_conditionalBuffer = createConditionalRenderingBuffer(m_context, m_conditionalData);
200 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(),
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.cpp 65 const vk::Unique<vk::VkShaderModule> vs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0));
66 const vk::Unique<vk::VkShaderModule> fs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0));
90 tcu::TestLog& log = m_context.getTestContext().getLog();
91 const vk::VkQueue queue = m_context.getUniversalQueue();
92 const vk::VkDevice device = m_context.getDevice();
140 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(),
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 88 m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits.maxSamplerAnisotropy, m_refParams.maxAnisotropy);
103 if (!m_context.getDeviceFeatures().samplerAnisotropy)
106 TextureRenderer renderer (m_context, VK_SAMPLE_COUNT_1_BIT, ANISOTROPY_TEST_RESOLUTION, ANISOTROPY_TEST_RESOLUTION);
135 if (!tcu::fuzzyCompare(m_context.getTestContext().getLog(), "Expecting comparison to pass", "Expecting comparison to pass",
142 if (floatThresholdCompare (m_context.getTestContext().getLog(), "Expecting comparison to fail", "Expecting comparison to fail",
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 148 const glu::RenderContext& renderCtx = m_context.getRenderContext();
233 addChild(new FragDataIndexingCase(m_context, "valid_static_index", "Valid gl_FragData[] assignment using static index", INDEX_EXPR_STATIC));
234 addChild(new FragDataIndexingCase(m_context, "valid_uniform_index", "Valid gl_FragData[] assignment using uniform index", INDEX_EXPR_UNIFORM));
235 addChild(new FragDataIndexingCase(m_context, "valid_dynamic_index", "Valid gl_FragData[] assignment using dynamic index", INDEX_EXPR_DYNAMIC));
239 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo());
  /external/deqp/modules/gles31/functional/
es31fFramebufferDefaultStateQueryTests.cpp 75 glu::Framebuffer fbo (m_context.getRenderContext());
76 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
220 FOR_EACH_VERIFIER(new FramebufferDimensionTest (m_context, verifier, FramebufferDimensionTest::DIMENSION_WIDTH, (std::string("framebuffer_default_width_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_WIDTH"));
221 FOR_EACH_VERIFIER(new FramebufferDimensionTest (m_context, verifier, FramebufferDimensionTest::DIMENSION_HEIGHT, (std::string("framebuffer_default_height_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_HEIGHT"));
222 FOR_EACH_VERIFIER(new FramebufferSamplesTest (m_context, verifier, (std::string("framebuffer_default_samples_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_SAMPLES"));
223 FOR_EACH_VERIFIER(new FramebufferFixedSampleLocationsTest (m_context, verifier, (std::string("framebuffer_default_fixed_sample_locations_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS"));
es31fSSBOArrayLengthTests.cpp 92 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
96 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource()));
169 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_targetBufferID);
175 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_outputBufferID);
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
306 this->addChild(new SSBOArrayLengthCase(m_context, name.c_str(), desc.c_str(), qualifiers[qualifierNdx].access, arraysSized[sizeNdx]));
es31fInternalFormatQueryTests.cpp 76 const bool supportsES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
78 if (!supportsES32 && m_target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
82 if (!supportsES32 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
88 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
93 const bool supportsES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
224 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
283 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
454 group->addChild(new FormatSamplesCase(m_context, name.c_str(), desc.c_str(), texTarget, internalFormats[caseNdx].format, internalFormats[caseNdx].type));
464 group->addChild(new NumSampleCountsBufferCase (m_context, "num_sample_counts", "Query GL_NUM_SAMPLE_COUNTS to too short a buffer"));
465 group->addChild(new SamplesBufferCase (m_context, "samples", "Query GL_SAMPLES to too short a buffer"))
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp 583 new CoherentBlendTest(m_context, "mixedSequence", m_glslVersion, 4, DE_LENGTH_OF_ARRAY(s_mixed), s_mixed));
584 addChild(new CoherentBlendTest(m_context, "multiplySequence", m_glslVersion, 1, DE_LENGTH_OF_ARRAY(s_multiply),
654 const tcu::RenderTarget& rt = m_context.getRenderContext().getRenderTarget();
656 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
660 if (!IsExtensionSupported(m_context, "GL_KHR_blend_equation_advanced"))
666 bool needBarrier = !IsExtensionSupported(m_context, "GL_KHR_blend_equation_advanced_coherent");
674 glu::ShaderProgram p(m_context.getRenderContext(),
717 glu::draw(m_context.getRenderContext(), p.getProgram(), 1, &posBinding,
778 addChild(new BlendTest(m_context, m_glslVersion, s_modes[i], m_useAllQualifier,
    [all...]
glcShaderGroupVoteTests.cpp 233 glu::ContextType contextType = m_context.getRenderContext().getType();
264 (*iter)->create(m_context);
287 (*iter)->execute(m_context);
288 (*iter)->validate(m_context);
445 glu::GLSLVersion glslVersion = getContextTypeGLSLVersion(m_context.getRenderContext().getType());
448 addChild(new ShaderGroupVoteAvailabilityTestCase(m_context, extParam));
449 addChild(new ShaderGroupVoteAllInvocationsTestCase(m_context, extParam));
450 addChild(new ShaderGroupVoteAnyInvocationTestCase(m_context, extParam));
451 addChild(new ShaderGroupVoteAllInvocationsEqualTestCase(m_context, extParam));
452 addChild(new ShaderGroupVoteWithVariablesTestCase(m_context, extParam))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 597 , m_vertexBuffer (m_context.getDeviceInterface(), m_context.getDevice(), m_context.getDefaultAllocator(),
601 , m_resultBuffer (m_context.getDeviceInterface(), m_context.getDevice(), m_context.getDefaultAllocator(),
605 .build(m_context.getDeviceInterface(), m_context.getDevice()))
608 .build(m_context.getDeviceInterface(), m_context.getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 474 : m_context (context)
505 const DeviceInterface& vk = m_context.getDeviceInterface();
541 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::FillUpdateBuffer::Implementation
594 : m_context (context)
598 const DeviceInterface& vk = m_context.getDeviceInterface();
599 const VkDevice device = m_context.getDevice();
600 Allocator& allocator = m_context.getAllocator();
617 const DeviceInterface& vk = m_context.getDeviceInterface();
646 return getHostBufferData(m_context, *m_hostBuffer, m_resource.getBuffer().size);
650 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyBuffer::Implementation
806 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyBlitImage::ImplementationBase
1241 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::ShaderAccess::BufferImplementation
1445 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::ShaderAccess::ImageImplementation
1818 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyBufferToImage::WriteImplementation
1900 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyBufferToImage::ReadImplementation
2034 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyImageToBuffer::WriteImplementation
2090 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::CopyImageToBuffer::ReadImplementation
2204 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::ClearImage::Implementation
2416 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::Draw::Implementation
2619 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::ClearAttachments::Implementation
2890 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::IndirectBuffer::ReadImplementation
2983 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::IndirectBuffer::WriteImplementation
3235 OperationContext& m_context; member in class:vkt::synchronization::__anon19239::VertexInput::Implementation
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp 89 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Program Info Log:\n"
195 m_context.getTestContext().getLog()
202 m_context.getTestContext().getLog() << tcu::TestLog::Message << expected
214 m_context.getTestContext().getLog() << tcu::TestLog::Message << "ERROR: Got " << res << ", expected "
226 m_context.getTestContext().getLog() << tcu::TestLog::Message << "ERROR: Got " << res << ", expected "
239 m_context.getTestContext().getLog() << tcu::TestLog::Message << "ERROR: Got " << res
249 m_context.getTestContext().getLog()
267 m_context.getTestContext().getLog()
275 m_context.getTestContext().getLog() << tcu::TestLog::Message << "ERROR: Got " << name << ", expected "
287 m_context.getTestContext().getLog() << tcu::TestLog::Message << "ERROR: Got " << res << ", expected
    [all...]
gl4cShaderStorageBufferObjectTests.cpp 167 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
173 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
211 m_context.getTestContext().getLog()
215 m_context.getTestContext().getLog()
220 m_context.getTestContext().getLog()
225 m_context.getTestContext().getLog()
229 m_context.getTestContext().getLog()
233 m_context.getTestContext().getLog()
237 m_context.getTestContext().getLog()
248 m_context.getTestContext().getLog(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp 190 const VkPhysicalDeviceMemoryProperties deviceMemProps = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice());
204 const DeviceDriver vk (m_context.getPlatformInterface(), m_context.getInstance(), *m_deviceGroup);
205 const VkPhysicalDeviceMemoryProperties deviceMemProps1 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[firstdeviceID]);
206 const VkPhysicalDeviceMemoryProperties deviceMemProps2 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[seconddeviceID]);
214 const tcu::CommandLine& cmdLine = m_context.getTestContext().getCommandLine();
217 const vector<VkLayerProperties> layerProperties = enumerateDeviceLayerProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice());
249 if (!isInstanceExtensionSupported(m_context.getUsedApiVersion(), m_context.getInstanceExtensions(), "VK_KHR_device_group_creation")
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 280 const glu::RenderContext& m_context; member in class:deqp::gles3::Functional::__anon19792::ShaderAllocator
286 : m_context (context)
310 glu::Shader* const shader = new glu::Shader(m_context, shaderType);
657 glu::Shader shader (m_context.getRenderContext(), m_shaderType);
762 glu::RenderContext& renderCtx = m_context.getRenderContext();
787 glu::RenderContext& renderCtx = m_context.getRenderContext();
857 logProgram(log, m_context.getRenderContext(), program, shaders);
887 glu::RenderContext& renderCtx = m_context.getRenderContext();
1238 glu::ShaderProgram program (m_context.getRenderContext(), sources);
    [all...]
es3fShaderMetamorphicTests.cpp 109 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
128 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSrc, fragmentSrc));
154 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
155 glu::readPixels(m_context.getRenderContext(), 0, 0, img);
173 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
177 const int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
178 const int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
248 addChild(new ShaderMetamorphicVariant(m_context, variantName.c_str(), m_vertexFilename, m_recipientFilename, m_variantFilenames[variantNdx], m_sanityCheck));
343 addChild(new ShaderMetamorphicShaderset (m_context, "synthetic", vertexFilename, "graphicsfuzz/synthetic/recipient.frag", fragNames, sanityCheck_synthetic));
349 addChild(new ShaderMetamorphicShaderset (m_context, "bubblesort_flag", vertexFilename, "graphicsfuzz/bubblesort_flag/recipient.frag", fragNames, sani (…)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawNegativeViewportHeightTests.cpp 94 const DeviceInterface& vk = m_context.getDeviceInterface();
95 const VkDevice device = m_context.getDevice();
113 m_context.getDefaultAllocator(), MemoryRequirement::HostVisible);
134 m_colorTargetImage = Image::createAndAlloc(vk, device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex());
207 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0));
208 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0));
242 const DeviceInterface& vk = m_context.getDeviceInterface();
243 const VkDevice device = m_context.getDevice();
244 const VkQueue queue = m_context.getUniversalQueue()
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 158 if (m_context.getRenderTarget().getWidth() < viewportWidth ||
159 m_context.getRenderTarget().getHeight() < viewportHeight)
162 int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth() - viewportWidth);
163 int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight() - viewportHeight);
188 glu::ShaderProgram program(m_context.getRenderContext(),
194 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())
264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias);
266 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, rendered.getAccess());
323 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false));
324 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordR (…)
    [all...]

Completed in 733 milliseconds

<<11121314151617181920>>