/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 742 vk::VkQueueFlags flags in executeSwapchainParameterCases() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 2107 const auto& flags = shaderTestTypes[shaderTestNdx].flag[testTypeNdx]; createCullRayFlagsTests() local 2121 flags[flagNdx], createCullRayFlagsTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 237 VkShaderStageFlags flags = 0u; in getStageFlags() local 832 makeStd140Buffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, MemoryRequirement memReq) makeStd140Buffer() argument 873 makeStd430BufferImpl(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, bool fill) makeStd430BufferImpl() argument 886 makeStd430Buffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags) makeStd430Buffer() argument 891 makeStd430BufferFilled(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags) makeStd430BufferFilled() argument [all...] |
H A D | vktRayTracingDataSpillTests.cpp | 192 VkShaderStageFlags flags = VK_SHADER_STAGE_RAYGEN_BIT_KHR; in getShaderStages() local 2337 VkShaderStageFlags flags = VK_SHADER_STAGE_RAYGEN_BIT_KHR; in getShaderStages() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 1162 beginRendering(VkCommandBuffer cmdBuffer, const std::vector<VkImageView>& attachmentBindInfos, const VkRenderingFlagsKHR flags, const deUint32 colorAtchCount, const ImagesFormat& imagesFormat, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp) beginRendering() argument [all...] |
H A D | vktRenderPassMultisampleTests.cpp | 158 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout, TestSeparateUsage separateStencilUsage) createImage() argument 207 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 1164 BlockArrayIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, const char* name, BlockType blockType, const deUint32 flags, const IndexExprType indexExprType, const std::vector<int>& readIndices, const std::vector<deUint32>& inValues) BlockArrayIndexingCaseInstance() argument 1403 BlockArrayIndexingCase(tcu::TestContext& testCtx, const char* name, BlockType blockType, IndexExprType indexExprType, const glu::ShaderType shaderType, deUint32 flags) BlockArrayIndexingCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 628 SparseBufferTestInstance(Context& context, const TestFlags flags) SparseBufferTestInstance() argument 663 VkBufferCreateFlags flags = VK_BUFFER_CREATE_SPARSE_BINDING_BIT; getSparseBufferCreateInfo() local 734 initProgramsDrawWithUBO(vk::SourceCollections& programCollection, const TestFlags flags) initProgramsDrawWithUBO() argument 820 UBOTestInstance(Context& context, const TestFlags flags) UBOTestInstance() argument 1054 initProgramsDrawGrid(vk::SourceCollections& programCollection, const TestFlags flags) initProgramsDrawGrid() argument 1128 DrawGridTestInstance(Context& context, const TestFlags flags, const VkBufferUsageFlags usage, const VkDeviceSize minChunkSize) DrawGridTestInstance() argument 1267 VertexBufferTestInstance(Context& context, const TestFlags flags) VertexBufferTestInstance() argument 1310 IndexBufferTestInstance(Context& context, const TestFlags flags) IndexBufferTestInstance() argument 1379 IndirectBufferTestInstance(Context& context, const TestFlags flags) IndirectBufferTestInstance() argument 1450 checkSupport(Context& context, const TestFlags flags) checkSupport() argument 1480 TestFlags flags; populateTestGroup() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 241 const deUint32 flags = (read ? ACCESS_READ : 0) | (write ? ACCESS_WRITE : 0); in generateBufferVar() local 1136 deUint32 flags; in init() member 1147 deUint32 flags; in init() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1185 const vk::VkSemaphoreImportFlags flags = isSupportedPermanence(m_semaphoreHandleType, PERMANENCE_PERMANENT) ? (vk::VkSemaphoreImportFlagBits)0u : vk::VK_SEMAPHORE_IMPORT_TEMPORARY_BIT; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 810 importFence(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkFenceImportFlags flags) importFence() argument 855 createAndImportFence(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkFenceImportFlags flags) createAndImportFence() argument 1013 importSemaphore(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkSemaphoreImportFlags flags) importSemaphore() argument 1073 createAndImportSemaphore(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkSemaphoreImportFlags flags) createAndImportSemaphore() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1942 getDeviceQueue2WithOptions(const DeviceDriver& deviceDriver, const VkDevice device, VkDeviceQueueCreateFlags flags, deUint32 queueFamilyIndex, deUint32 queueIndex) getDeviceQueue2WithOptions() argument 1959 VkDeviceQueueCreateFlags flags; global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 433 vk::ShaderBuildOptions::Flags flags = vk::ShaderBuildOptions::Flags(0); in initPrograms() local 568 makeBufferCreateInfo(const void* pNext, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage, const VkBufferCreateFlags flags) makeBufferCreateInfo() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 80 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const FeatureFlags flags) in requireFeatures() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1281 VkDescriptorPoolCreateFlags flags; global() member 1458 VkCommandPoolCreateFlags flags; global() member [all...] |
H A D | vktMemoryBindingTests.cpp | 154 VkBufferCreateFlags flags; member 67 MemoryMappingRAII(const DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceMemory deviceMemory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags) MemoryMappingRAII() argument
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1299 VkDescriptorPoolCreateFlags flags; global() member 1476 VkCommandPoolCreateFlags flags; global() member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 254 CaptureClientWaitSync(const State &glState, bool isCallValid, GLsync sync, GLbitfield flags, GLuint64 timeout, GLenum returnValue) CaptureClientWaitSync() argument 664 CaptureFenceSync(const State &glState, bool isCallValid, GLenum condition, GLbitfield flags, GLsync returnValue) CaptureFenceSync() argument 2732 CaptureWaitSync(const State &glState, bool isCallValid, GLsync sync, GLbitfield flags, GLuint64 timeout) CaptureWaitSync() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 951 deUint32 flags; member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 137 int flags; // InternalFormatFlag member
|
H A D | glcUniformBlockCase.cpp | 56 deUint32 flags; member 75 deUint32 flags; member 119 VarType(glu::DataType basicType, deUint32 flags) VarType() argument 166 addMember(const char* name, const VarType& type, deUint32 flags) addMember() argument 173 Uniform(const char* name, const VarType& type, deUint32 flags) Uniform() argument 764 deUint32 flags = type.getFlags(); generateDeclaration() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cBufferStorageTests.cpp | 522 void Buffer::InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GLvoid* data) in InitStorage() argument 792 void Buffer::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, in Storage() argument 1944 GLenum flags = 0; GetBufferParameterTest() local 2009 const GLenum flags = test_case.m_flags; iterate() local 2153 testCase(glw::GLenum flags, glw::GLenum access) testCase() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1152 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) in getPhysicalDeviceImageFormatProperties() argument 1275 VKAPI_ATTR VkResult VKAPI_CALL mapMemory (VkDevice, VkDeviceMemory memHandle, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) in mapMemory() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1513 VkShaderStageFlags flags = 0; in GetShaderStageFlags() local
|
H A D | vk_wrapper.h | 646 ANGLE_INLINE VkResult CommandPool::reset(VkDevice device, VkCommandPoolResetFlags flags) in reset() argument 987 beginQuery(const QueryPool &queryPool, uint32_t query, VkQueryControlFlags flags) beginQuery() argument 1297 map(VkDevice device, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, uint8_t **mapPointer) const map() argument [all...] |