Home
last modified time | relevance | path

Searched defs:hostVisible (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp706 bool hostVisible = mBuffer->isHostVisible(); in mapRangeImpl() local
175 ConversionBuffer(RendererVk *renderer, VkBufferUsageFlags usageFlags, size_t initialSize, size_t alignment, bool hostVisible) ConversionBuffer() argument
191 VertexConversionBuffer(RendererVk *renderer, angle::FormatID formatIDIn, GLuint strideIn, size_t offsetIn, bool hostVisible) VertexConversionBuffer() argument
1140 getVertexConversionBuffer(RendererVk *renderer, angle::FormatID formatID, GLuint stride, size_t offset, bool hostVisible) getVertexConversionBuffer() argument
[all...]
H A Dvk_helpers.cpp3849 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in flush() local
3860 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in invalidate() local
2189 init(RendererVk *renderer, VkBufferUsageFlags usage, size_t alignment, size_t initialSize, bool hostVisible, DynamicBufferPolicy policy) init() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp265 DepthTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const bool hostVisible, const tcu::UVec2 renderSize, const DepthClipControlCase depthClipControl) DepthTest() argument
366 DepthTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], const bool separateDepthStencilLayouts, const VkPrimitiveTopology primitiveTopology, const bool depthBoundsTestEnable, const float depthBoundsMin, const float depthBoundsMax, const bool depthTestEnable, const bool stencilTestEnable, const bool colorAttachmentEnable, const bool hostVisible, const tcu::UVec2 renderSize, const DepthClipControlCase depthClipControl) DepthTestInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3267 bool hostVisible; member
3363 deUint32 getExportedMemoryTypeIndex(const vk::InstanceDriver& vki, const vk::VkPhysicalDevice physicalDevice, bool hostVisible, deUint32 memoryBits) in getExportedMemoryTypeIndex() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3202 bool hostVisible; member
3298 deUint32 getExportedMemoryTypeIndex(const vk::InstanceDriver& vki, const vk::VkPhysicalDevice physicalDevice, bool hostVisible, deUint32 memoryBits) in getExportedMemoryTypeIndex() argument
[all...]

Completed in 53 milliseconds