HomeSort by relevance Sort by last modified time
    Searched refs:m_testCase (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 62 BufferViewCaseParameters m_testCase;
73 , m_testCase (createInfo)
79 return new BufferViewTestInstance(ctx, m_testCase);
83 BufferViewCaseParameters m_testCase;
89 , m_testCase (createInfo)
109 m_testCase.usage, // VkBufferUsageFlags usage;
115 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), m_testCase.format, &properties);
116 if (!(properties.bufferFeatures & m_testCase.features))
155 m_testCase.format, // VkFormat format;
156 m_testCase.offset, // VkDeviceSize offset
    [all...]
vktApiBufferTests.cpp 61 , m_testCase (testCase)
67 BufferCaseParameters m_testCase;
78 , m_testCase(testCase)
85 log << tcu::TestLog::Message << getBufferUsageFlagsStr(m_testCase.usage) << tcu::TestLog::EndMessage;
86 return new BufferTestInstance(ctx, m_testCase);
90 BufferCaseParameters m_testCase;
111 m_testCase.flags,
113 m_testCase.usage,
114 m_testCase.sharingMode,
178 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) |
    [all...]
vktApiBufferViewAccessTests.cpp 73 BufferViewCaseParams m_testCase;
143 , m_testCase (testCase)
347 m_testCase.elementOffset * sizeof(deUint32), // VkDeviceSize offset;
348 m_testCase.bufferViewSize * sizeof(deUint32) // VkDeviceSize range;
790 deInt32 expected = factor * (m_testCase.elementOffset + i);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 153 milliseconds