Home
last modified time | relevance | path

Searched refs:getPtr (Results 176 - 200 of 231) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp856 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
H A DvktRayTracingWatertightnessTests.cpp667 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
H A DvktRayTracingBarrierTests.cpp987 writeASInfo.pAccelerationStructures = stageData.topLevelAccelerationStructure.get()->getPtr(); in updateDescriptorSet()
H A DvktRayTracingComplexControlFlowTests.cpp606 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
H A DvktRayTracingPipelineFlagsTests.cpp1306 tlasPtr->getPtr() // const VkAccelerationStructureKHR* pAccelerationStructures; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp213 instance.addUniform(5u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(Vec4) * 4, arr[0].getPtr()); in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp439 vk.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(color), color.getPtr()); in drawCommands()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp341 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleTests.cpp143 gl.glGetMultisamplefv(GL_SAMPLE_POSITION, ndx, samplePos.getPtr()); in iterate()
H A Des31fStencilTexturingTests.cpp157 const glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 2, (int)positions.size(), 0, positions[0].getPtr()); in drawTestPattern()
H A Des31fShaderImageLoadStoreTests.cpp542 void* getPtr (void) const { return m_ptr; } in getPtr() function in deqp::gles31::Functional::__anon30903::BufferMemMap
1043 const float* const clrData = (const float*)((const deUint8*)bufMap.getPtr() + valueInfo.offset + valueInfo.arrayStride*ndx); in readFloatOrNormTextureWithLookupsAndVerify()
1081 deMemcpy(resultAccess.getDataPtr(), bufMap.getPtr(), dataSize); in readBufferTextureWithMappingAndVerify()
H A Des31fDrawTests.cpp1439 gl.bufferData(GL_ARRAY_BUFFER, (int)(buffer.size() * sizeof(tcu::Vec4)), buffer[0].getPtr(), GL_STATIC_DRAW);
1462 gl.bufferData(GL_ARRAY_BUFFER, (int)(buffer.size() * sizeof(tcu::Vec4)), buffer[0].getPtr(), GL_STATIC_DRAW);
H A Des31fShaderMultisampleInterpolationTests.cpp828 gl.bufferData(GL_ARRAY_BUFFER, (glw::GLsizeiptr)(data.size() * sizeof(tcu::Vec4)), data[0].getPtr(), GL_STATIC_DRAW);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp858 topLevelAS.get()->getPtr(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp751 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
H A DvktRayTracingWatertightnessTests.cpp667 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
H A DvktRayTracingBarrierTests.cpp987 writeASInfo.pAccelerationStructures = stageData.topLevelAccelerationStructure.get()->getPtr(); in updateDescriptorSet()
H A DvktRayTracingComplexControlFlowTests.cpp606 topLevelAccelerationStructurePtr->getPtr(), // const VkAccelerationStructureKHR* pAccelerationStructures; in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp213 instance.addUniform(5u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(Vec4) * 4, arr[0].getPtr()); in setup()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp1042 , m_data ((void*)level.getPtr()) in ConstPixelBufferAccess()
3716 m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeight(), srcLevel.getDepth(), m_data[levelNdx].getPtr());
3737 m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeight(), srcLevel.getDepth(), m_data[levelNdx].getPtr());
3757 m_access[levelNdx] = PixelBufferAccess(m_format, width, height, depth, m_data[levelNdx].getPtr());
4058 m_access[face][levelNdx] = PixelBufferAccess(m_format, size, size, 1, m_data[face][levelNdx].getPtr());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp724 asWrite.pAccelerationStructures = asData.tlas.get()->getPtr(); in makeWriteInfo()
3135 asWriteInfoPtr->pAccelerationStructures = extraResources[bindingCount++].asData.tlas.get()->getPtr();
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp1765 gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, 0, progCtx.vertexAttributes[attribNdx].value.getPtr());
1776 const float* floatPtr = progCtx.uniforms[uniformNdx].value.getPtr();
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1745 gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, 0, progCtx.vertexAttributes[attribNdx].value.getPtr());
1756 const float* floatPtr = progCtx.uniforms[uniformNdx].value.getPtr();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp140 rr::VertexAttrib(rr::VERTEXATTRIBTYPE_FLOAT, 4, sizeof(tcu::Vec4), 0, vertices[0].getPtr()) in renderReferenceTriangle()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp140 rr::VertexAttrib(rr::VERTEXATTRIBTYPE_FLOAT, 4, sizeof(tcu::Vec4), 0, vertices[0].getPtr()) in renderReferenceTriangle()

Completed in 70 milliseconds

12345678910