OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorBufferAlloc
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp
178
const Allocation&
colorBufferAlloc
= colorBuffer.getAllocation();
179
invalidateMappedMemoryRange(vk, device,
colorBufferAlloc
.getMemory(),
colorBufferAlloc
.getOffset(), colorBufferSizeBytes);
180
const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), resolution.x(), resolution.y(), 1,
colorBufferAlloc
.getHostPtr());
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCommonEdgeTests.cpp
432
const Allocation&
colorBufferAlloc
= colorBuffer.getAllocation();
433
invalidateMappedMemoryRange(vk, device,
colorBufferAlloc
.getMemory(),
colorBufferAlloc
.getOffset(), colorBufferSizeBytes);
434
const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1,
colorBufferAlloc
.getHostPtr());
vktTessellationMiscDrawTests.cpp
281
const Allocation&
colorBufferAlloc
= colorBuffer.getAllocation();
282
invalidateMappedMemoryRange(vk, device,
colorBufferAlloc
.getMemory(),
colorBufferAlloc
.getOffset(), colorBufferSizeBytes);
285
const tcu::ConstPixelBufferAccess resultImageAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1,
colorBufferAlloc
.getHostPtr());
vktTessellationWindingTests.cpp
544
const Allocation&
colorBufferAlloc
= colorBuffer.getAllocation();
545
invalidateMappedMemoryRange(vk, device,
colorBufferAlloc
.getMemory(),
colorBufferAlloc
.getOffset(), colorBufferSizeBytes);
547
const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1,
colorBufferAlloc
.getHostPtr());
vktTessellationShaderInputOutputTests.cpp
176
const Allocation&
colorBufferAlloc
= colorBuffer.getAllocation();
177
invalidateMappedMemoryRange(vk, device,
colorBufferAlloc
.getMemory(),
colorBufferAlloc
.getOffset(), colorBufferSizeBytes);
180
const tcu::ConstPixelBufferAccess resultImageAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1,
colorBufferAlloc
.getHostPtr());
[
all
...]
vktTessellationUserDefinedIO.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp
[
all
...]
Completed in 132 milliseconds