| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingShaderAccessTests.cpp | 149 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType() argument 156 bool isDynamicDescriptorType (vk::VkDescriptorType type) in isDynamicDescriptorType() argument 258 vk::VkImageType viewTypeToImageType (vk::VkImageViewType type) in viewTypeToImageType() argument [all...] |
| H A D | vktBindingValveMutableTests.cpp | 892 VkDescriptorType type; // The descriptor type. member in vkt::BindingModel::SingleBinding [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawCreateInfoUtil.cpp | 613 DescriptorPoolCreateInfo& DescriptorPoolCreateInfo::addDescriptors (vk::VkDescriptorType type, deUint32 count) in addDescriptors() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageAtomicOperationTests.cpp | 732 const string type = getComponentTypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local 862 const string type = getComponentTypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local 1971 ShaderReadType type; in createImageAtomicOperationTests() member 1983 ImageBackingType type; in createImageAtomicOperationTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 153 SamplerViewType (vk::VkImageViewType type, bool normalized = true) in SamplerViewType() argument 1928 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslTextureType() argument 1990 getGlslSampler(const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) getGlslSampler() argument 2351 getGlslSamplerType(const tcu::TextureFormat& format, SamplerViewType type) getGlslSamplerType() argument 2441 SamplerViewType type; createAttachmentFeedbackLoopLayoutSamplerTests() member 2487 VkDescriptorType type; createAttachmentFeedbackLoopLayoutSamplerTests() member [all...] |
| H A D | vktPipelineBindVertexBuffers2Tests.cpp | 935 struct collection_element<coll__<X, Y...>> { typedef X type; }; typedef
|
| H A D | vktPipelineCacheTests.cpp | 1281 std::string getMergeCacheTypeStr (MergeCacheType type) in getMergeCacheTypeStr() argument 1389 Move<VkPipelineCache> MergeCacheTestInstance::createPipelineCache (const InstanceInterface& vki, const DeviceInterface& vk, VkPhysicalDevice physicalDevice, VkDevice device, MergeCacheType type) in createPipelineCache() argument
|
| H A D | vktPipelineMiscTests.cpp | 1120 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type) in runTest() argument
|
| H A D | vktPipelineSpecConstantTests.cpp | 1864 std::string generateInitializerListWithSpecConstant (const glu::DataType type, in generateInitializerListWithSpecConstant() argument 1923 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() argument 1972 inline std::string getFirstDataElementSubscriptString (const glu::DataType type) in getFirstDataElementSubscriptString() argument 2023 makeSpecConstant(const std::string specConstName, const deUint32 specConstId, const glu::DataType type, const int specValue) makeSpecConstant() argument 2038 makeMatrixVectorCompositeCaseDefinition(const glu::DataType type) makeMatrixVectorCompositeCaseDefinition() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBarrierTests.cpp | 1650 VkDescriptorType type; in createBarrierTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
| H A D | vktReconvergenceTests.cpp | 301 OPType type; member in vkt::Reconvergence::__anon28572::OP [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktDeviceObjectReservationTests.cpp | 2098 TestPoolSizes type; in createDeviceObjectReservationTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectBinaryTests.cpp | 1122 IncompleteBinaryTestType type; in createShaderObjectBinaryTests() member
|
| H A D | vktShaderObjectPerformanceTests.cpp | 77 ShaderObjectPerformanceInstance (Context& context, const DrawType drawType, const TestType& type) in ShaderObjectPerformanceInstance() argument 724 ShaderObjectPerformanceCase(tcu::TestContext& testCtx, const std::string& name, const DrawType drawType, const TestType& type) in ShaderObjectPerformanceCase() argument 936 ShaderObjectBinaryPerformanceInstance (Context& context, BinaryType type) in ShaderObjectBinaryPerformanceInstance() argument 1037 ShaderObjectBinaryPerformanceCase (tcu::TestContext& testCtx, const std::string& name, BinaryType type) in ShaderObjectBinaryPerformanceCase() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktAtomicOperationTests.cpp | 77 AtomicShaderType (glu::ShaderType type, AtomicMemoryType memoryType) in AtomicShaderType() argument 236 std::string dataType2Str(DataType type) in dataType2Str() argument 485 static BufferInterface* createTestBuffer(DataType type, AtomicOperatio argument 1468 glu::ShaderType type; addAtomicOperationTests() member 1484 AtomicMemoryType type; addAtomicOperationTests() member [all...] |
| H A D | vktOpaqueTypeIndexingTests.cpp | 1972 IndexExprType type; in init() member 1988 glu::ShaderType type; in init() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRender.hpp | 609 BaseAttributeType type; member 629 vk::VkDescriptorType type; member in vkt::sr::ShaderRenderCaseInstance::UniformInfo
|
| H A D | vktShaderRenderBuiltinVarTests.cpp | 2218 string shaderInputTypeToString (ShaderInputTypes type) in shaderInputTypeToString() argument
|
| H A D | vktShaderRenderDerivateTests.cpp | 167 static inline tcu::BVec4 getDerivateMask (glu::DataType type) in getDerivateMask() argument 901 ConstantDerivateCase(tcu::TestContext& testCtx, const std::string& name, DerivateFunc func, glu::DataType type) ConstantDerivateCase() argument 1130 LinearDerivateCase(tcu::TestContext& testCtx, const std::string& name, DerivateFunc func, glu::DataType type, glu::Precision precision, bool inNonUniformControlFlow, SurfaceType surfaceType, int numSamples, const std::string& fragmentSrcTmpl, BaseUniformType usedDefaultUniform) LinearDerivateCase() argument 1426 TextureDerivateCase(tcu::TestContext& testCtx, const std::string& name, DerivateFunc func, glu::DataType type, glu::Precision precision, SurfaceType surfaceType, int numSamples) TextureDerivateCase() argument [all...] |
| H A D | vktShaderRenderMatrixTests.cpp | 2016 const InputType type; in init() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 239 BaseType type; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutTests.cpp | 237 const glu::VarType type = generateType(rnd, 0, 0, true, isLastMember && (m_features & FEATURE_UNSIZED_ARRAYS)); in generateBufferVar() local 363 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local 382 BlockBasicTypeCase (tcu::TestContext& testCtx, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase() argument 1191 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1238 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1273 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1309 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1346 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1386 glu::DataType type = basicTypes[basicTypeNdx]; init() local 1647 glu::DataType type = basicTypes[basicTypeNdx]; init() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 80 const SynchronizationType type; member 1342 createTests(tcu::TestCaseGroup* group, SynchronizationType type) createTests() argument 1439 cleanupGroup(tcu::TestCaseGroup* group, SynchronizationType type) cleanupGroup() argument 1447 createCrossInstanceSharingTest(tcu::TestContext& testCtx, SynchronizationType type) createCrossInstanceSharingTest() argument [all...] |
| H A D | vktSynchronizationNoneStageTests.cpp | 68 SynchronizationType type; member 1440 SynchronizationType type; in createNoneStageTests() member
|
| H A D | vktSynchronizationSignalOrderTests.cpp | 497 QueueSubmitSignalOrderSharedTestInstance(Context& context, SynchronizationType type, const SharedPtr<OperationSupport> writeOpSupport, const SharedPtr<OperationSupport> readOpSupport, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestInstance() argument 1053 QueueSubmitSignalOrderSharedTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestCase() argument 1128 QueueSubmitSignalOrderSharedTests(tcu::TestContext& testCtx, SynchronizationType type, VkSemaphoreType semaphoreType, const char *name) QueueSubmitSignalOrderSharedTests() argument 1291 QueueSubmitSignalOrderTestInstance(Context& context, SynchronizationType type, const SharedPtr<OperationSupport> writeOpSupport, const SharedPtr<OperationSupport> readOpSupport, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestInstance() argument 1631 QueueSubmitSignalOrderTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestCase() argument 1687 QueueSubmitSignalOrderTests(tcu::TestContext& testCtx, SynchronizationType type, VkSemaphoreType semaphoreType, const char *name) QueueSubmitSignalOrderTests() argument 1799 createSignalOrderTests(tcu::TestContext& testCtx, SynchronizationType type) createSignalOrderTests() argument [all...] |