Home
last modified time | relevance | path

Searched refs:descType (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp488 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate() local
490 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate()
491 (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate()
492 (descType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in iterate()
494 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate()
495 (descType == VK_DESCRIPTOR_TYPE_SAMPLER) || in iterate()
496 (descType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in iterate()
498 descriptorTypes.push_back(descType); in iterate()
511 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocator, numBytes, &bufferAlloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); in iterate()
528 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocato in iterate()
568 const VkDescriptorType descType = descriptorTypes[inputNdx]; iterate() local
[all...]
H A DvktSpvAsmImageSamplerTests.cpp218 const char* getDescriptorName (DescriptorType descType) in getDescriptorName() argument
220 switch (descType) in getDescriptorName()
262 VkDescriptorType getVkDescriptorType (DescriptorType descType) in getVkDescriptorType() argument
264 switch (descType) in getVkDescriptorType()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() argument
311 switch (descType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() argument
455 switch (descType) in getFunctionSrcVariableStr()
656 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, const FormatDataForShaders& formatData) in getImageSamplerTypeStr() argument
661 switch (descType) in getImageSamplerTypeStr()
712 getInterfaceList(DescriptorType descType) getInterfaceList() argument
733 getSamplerDecoration(DescriptorType descType) getSamplerDecoration() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp488 const VkDescriptorType descType = m_shaderSpec.inputs[inputNdx].getDescriptorType(); in iterate() local
490 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate()
491 (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate()
492 (descType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in iterate()
494 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate()
495 (descType == VK_DESCRIPTOR_TYPE_SAMPLER) || in iterate()
496 (descType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER); in iterate()
498 descriptorTypes.push_back(descType); in iterate()
511 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocator, numBytes, &bufferAlloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); in iterate()
528 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocato in iterate()
568 const VkDescriptorType descType = descriptorTypes[inputNdx]; iterate() local
[all...]
H A DvktSpvAsmImageSamplerTests.cpp218 const char* getDescriptorName (DescriptorType descType) in getDescriptorName() argument
220 switch (descType) in getDescriptorName()
262 VkDescriptorType getVkDescriptorType (DescriptorType descType) in getVkDescriptorType() argument
264 switch (descType) in getVkDescriptorType()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() argument
311 switch (descType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() argument
455 switch (descType) in getFunctionSrcVariableStr()
679 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr() argument
684 switch (descType) in getImageSamplerTypeStr()
735 getInterfaceList(DescriptorType descType) getInterfaceList() argument
756 getSamplerDecoration(DescriptorType descType) getSamplerDecoration() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp79 VkDescriptorType descType; member
100 , descType(descType_) in BufferViewCaseParams()
688 testCase.descType, // VkDescriptorType descriptorType; in BufferViewAllFormatsTestInstance()
752 testCase.descType, // VkDescriptorType type; in BufferViewAllFormatsTestInstance()
809 testCase.descType, // VkDescriptorType descriptorType; in BufferViewAllFormatsTestInstance()
1341 const vk::VkDescriptorType descType[] = { vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, vk::VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER }; in createBufferViewAccessTests() local
1369 descType[usageNdx], // VkDescriptorType descType in createBufferViewAccessTests()
1387 const vk::VkDescriptorType descType[] = { vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, vk::VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER }; in createBufferViewAccessTests() local
1415 descType[usageNd in createBufferViewAccessTests()
[all...]
H A DvktApiMaintenance3Check.cpp871 std::string getDescriptorTypeShortName (const VkDescriptorType descType) in getDescriptorTypeShortName() argument
874 std::string name = getDescriptorTypeName(descType); in getDescriptorTypeShortName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp78 VkDescriptorType descType; member
97 , descType(descType_) in BufferViewCaseParams()
677 testCase.descType, // VkDescriptorType descriptorType; in BufferViewAllFormatsTestInstance()
729 testCase.descType, // VkDescriptorType type; in BufferViewAllFormatsTestInstance()
786 testCase.descType, // VkDescriptorType descriptorType; in BufferViewAllFormatsTestInstance()
1286 const vk::VkDescriptorType descType[] = { vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, vk::VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER }; in createBufferViewAccessTests() local
1312 descType[usageNdx], // VkDescriptorType descType in createBufferViewAccessTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp530 VkDescriptorType descType, in addInterfaceBlockDescriptorSetDesc()
554 descOut->update(info.binding, descType, arraySize, activeStages, nullptr); in addInterfaceBlockDescriptorSetDesc()
629 const VkDescriptorType descType = imageBinding.textureType == gl::TextureType::Buffer in addImageDescriptorSetDesc() local
632 descOut->update(info.binding, descType, arraySize, activeStages, nullptr); in addImageDescriptorSetDesc()
772 const VkDescriptorType descType = in addTextureDescriptorSetDesc() local
776 descOut->update(info.binding, descType, arraySize, activeStages, nullptr); in addTextureDescriptorSetDesc()
786 VkDescriptorType descType, in WriteBufferDescriptorSetBinding()
816 writeInfoOut->descriptorType = descType; in WriteBufferDescriptorSetBinding()
527 addInterfaceBlockDescriptorSetDesc( const std::vector<gl::InterfaceBlock> &blocks, const gl::ShaderType shaderType, VkDescriptorType descType, vk::DescriptorSetLayoutDesc *descOut) addInterfaceBlockDescriptorSetDesc() argument
782 WriteBufferDescriptorSetBinding(const vk::BufferHelper &buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet descSet, VkDescriptorType descType, uint32_t bindingIndex, uint32_t arrayElement, VkDeviceSize requiredOffsetAlignment, VkDescriptorBufferInfo *bufferInfoOut, VkWriteDescriptorSet *writeInfoOut) WriteBufferDescriptorSetBinding() argument
H A DProgramExecutableVk.h224 VkDescriptorType descType,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp899 const VkDescriptorType descType = (useRef ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in iterate() local
934 { 0u, descType, 1, VK_SHADER_STAGE_ALL, DE_NULL } in iterate()
950 { descType, 1u } in iterate()
989 descType, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp899 const VkDescriptorType descType = (useRef ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in iterate() local
934 { 0u, descType, 1, VK_SHADER_STAGE_ALL, DE_NULL } in iterate()
950 { descType, 1u } in iterate()
989 descType, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp1318 const auto descType = bindings[0].typeAtIteration(iteration); variable
1319 const SingleBinding firstBinding (descType, std::vector<VkDescriptorType>());
2639 for (const auto& descType : usedDescriptorTypes)
2641 switch (descType)
2704 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
2717 for (const auto& descType : usedDescriptorTypes)
2719 switch (descType)
2768 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
H A DvktBindingMutableTests.cpp1399 const auto descType = bindings[0].typeAtIteration(iteration); variable
1400 const SingleBinding firstBinding (descType, std::vector<VkDescriptorType>());
2731 for (const auto& descType : usedDescriptorTypes)
2733 switch (descType)
2796 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
2809 for (const auto& descType : usedDescriptorTypes)
2811 switch (descType)
2860 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
H A DvktBindingShaderAccessTests.cpp165 vk::VkDescriptorType descType, in verifyDriverSupport()
219 switch (descType) in verifyDriverSupport()
240 TCU_THROW(NotSupportedError, (de::toString(descType) + " is not supported in the vertex pipeline").c_str()); in verifyDriverSupport()
246 TCU_THROW(NotSupportedError, (de::toString(descType) + " is not supported in fragment shaders").c_str()); in verifyDriverSupport()
276 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType) in getImageLayoutForDescriptorType() argument
278 if (descType == vk::VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) in getImageLayoutForDescriptorType()
161 verifyDriverSupport(const deUint32 apiVersion, const vk::VkPhysicalDeviceFeatures& deviceFeatures, const std::vector<std::string>& deviceExtensions, DescriptorUpdateMethod updateMethod, vk::VkDescriptorType descType, vk::VkShaderStageFlags activeStages, vk::VkImageViewType viewType = vk::VK_IMAGE_VIEW_TYPE_2D) verifyDriverSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1395 const auto descType = bindings[0].typeAtIteration(iteration); variable
1396 const SingleBinding firstBinding (descType, std::vector<VkDescriptorType>());
2727 for (const auto& descType : usedDescriptorTypes)
2729 switch (descType)
2792 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
2805 for (const auto& descType : usedDescriptorTypes)
2807 switch (descType)
2856 TCU_THROW(InternalError, "Unexpected descriptor type found in list of used descriptor types: " + de::toString(descType));
H A DvktBindingShaderAccessTests.cpp165 vk::VkDescriptorType descType, in verifyDriverSupport()
219 switch (descType) in verifyDriverSupport()
240 TCU_THROW(NotSupportedError, (de::toString(descType) + " is not supported in the vertex pipeline").c_str()); in verifyDriverSupport()
246 TCU_THROW(NotSupportedError, (de::toString(descType) + " is not supported in fragment shaders").c_str()); in verifyDriverSupport()
276 vk::VkImageLayout getImageLayoutForDescriptorType (vk::VkDescriptorType descType) in getImageLayoutForDescriptorType() argument
278 if (descType == vk::VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) in getImageLayoutForDescriptorType()
161 verifyDriverSupport(const deUint32 apiVersion, const vk::VkPhysicalDeviceFeatures& deviceFeatures, const std::vector<std::string>& deviceExtensions, DescriptorUpdateMethod updateMethod, vk::VkDescriptorType descType, vk::VkShaderStageFlags activeStages, vk::VkImageViewType viewType = vk::VK_IMAGE_VIEW_TYPE_2D) verifyDriverSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1483 const auto descType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in iterate() local
1624 layoutBuilder.addSingleBinding(descType, vk::VK_SHADER_STAGE_FRAGMENT_BIT); in iterate()
1629 poolBuilder.addType(descType); in iterate()
1667 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), descType, &descriptorImageInfo); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp4924 const auto descType = vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
4926 poolBuilder.addType(descType, static_cast<uint32_t>(vertBuffers.size()) * 2u); in iterate()
4948 updateBuilder.writeSingle(meshDescriptorSet.get(), binding, descType, &descBufferInfos.back()); in iterate()
4953 updateBuilder.writeSingle(meshDescriptorSetRev.get(), binding, descType, &descBufferInfosRev.back()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1464 const auto descType = vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in iterate() local
1605 layoutBuilder.addSingleBinding(descType, vk::VK_SHADER_STAGE_FRAGMENT_BIT); in iterate()
1610 poolBuilder.addType(descType); in iterate()
1648 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), descType, &descriptorImageInfo); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp4110 const auto descType = vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in iterate() local
4112 poolBuilder.addType(descType, static_cast<uint32_t>(vertBuffers.size()) * 2u); in iterate()
4133 updateBuilder.writeSingle(meshDescriptorSet.get(), binding, descType, &descBufferInfos.back()); in iterate()
4134 updateBuilder.writeSingle(meshDescriptorSetRev.get(), binding, descType, &descBufferInfosRev.back()); in iterate()

Completed in 84 milliseconds