OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentSize
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/Vulkan/
VkRenderPass.cpp
38
size_t
attachmentSize
= pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription);
40
memcpy(attachments, pCreateInfo->pAttachments,
attachmentSize
);
41
hostMemory +=
attachmentSize
;
113
size_t
attachmentSize
= pCreateInfo->attachmentCount * sizeof(VkAttachmentDescription);
133
return
attachmentSize
+ subpassesSize + dependenciesSize;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp
78
IVec3
attachmentSize
;
405
const deUint32 att_size_x = caseDef.
attachmentSize
.x();
406
const deUint32 att_size_y = caseDef.
attachmentSize
.y();
407
const deUint32 att_size_z = caseDef.
attachmentSize
.z();
444
// create colorImage (and msColorImage) using the configured
attachmentsize
449
caseDef.
attachmentSize
, caseDef.numLayers, colorImageUsage, false);
457
caseDef.
attachmentSize
, caseDef.numLayers, msImageUsage, true);
588
makeExtent3D(caseDef.
attachmentSize
) // VkExtent3D extent;
622
makeExtent3D(caseDef.
attachmentSize
), // VkExtent3D imageExtent;
654
const int depth = deMax32(caseDef.
attachmentSize
.z(), caseDef.numLayers)
[
all
...]
Completed in 58 milliseconds