OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compressedndx
(Results
1 - 1
of
1
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp
438
const deUint32
compressedNdx
= 0u;
443
const bool isCompressed =
compressedNdx
== imageNdx ? true : false;
489
copyDataToImage(*cmdBuffer, imageData[
compressedNdx
], mipMapSizes, true);
516
descriptorSetLayoutBuilder.addSingleBinding((
compressedNdx
== imageNdx) ? VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER : VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, VK_SHADER_STAGE_COMPUTE_BIT);
517
descriptorPoolBuilder.addType((
compressedNdx
== imageNdx) ? VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER : VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageData[0].getImageViewCount());
[
all
...]
Completed in 189 milliseconds