/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 92 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr, size_t offset) in createDeviceWithExtension() argument 213 size_t offset; // The offset of the data in the buffer member 240 ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, offset, hostPtr), m_memHolder(mem) { } in ExternalHostAllocation() argument 1105 getTestCaseName(const std::string base, size_t offset) getTestCaseName() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 120 inline void* offsetPtr(void* ptr, VkDeviceSize offset) in offsetPtr() argument 125 inline const void* offsetPtr(const void* ptr, VkDeviceSize offset) in offsetPtr() argument 431 VkDeviceSize offset; member in vkt::BindingModel::__anon27822::Binding [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 360 const VkDeviceSize offset = 0; in draw() local
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 415 const VkDeviceSize offset = 0; in drawCommands() local
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 363 const VkDeviceSize offset = 0; in draw() local
|
H A D | vktDrawScissorTests.cpp | 94 virtual vector<PositionColorVertex> getVertices (deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); } in getVertices() argument 128 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 157 commandClearDepthAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearDepthAttachment() argument 180 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 66 VkDeviceSize offset; // In bytes. member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 93 uint32_t offset; member 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 68 Vec4 offset; member 625 const Vec4 offset = {offsetX, offsetY, 0.0f, 0.0f}; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 851 const int offset = rnd.getInt(0, numBits-bits); in getInputValues() local 865 const int offset = *((const int*)inputs[1]); in compare() local 928 const int offset = rnd.getInt(0, numBits-bits); in getInputValues() local 945 const int offset in compare() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseResidency.cpp | 468 VkOffset3D offset; in iterate() local 827 VkExtent3D offset; in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 312 size_t offset = 0; in createComputePipeline() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 415 std::vector<T> readInterleavedData (const int count, const void* memory, const int offset, const int stride) in readInterleavedData() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 666 tcu::Vec2 offset; member 891 tcu::Vec3 offset; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 295 int offset; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 289 int offset; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 92 void createDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr, size_t offset) in createDeviceWithExtension() argument 177 size_t offset; // The offset of the data in the buffer member 204 ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, offset, hostPtr), m_memHolder(mem) { } in ExternalHostAllocation() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 120 inline void* offsetPtr(void* ptr, VkDeviceSize offset) in offsetPtr() argument 125 inline const void* offsetPtr(const void* ptr, VkDeviceSize offset) in offsetPtr() argument 430 VkDeviceSize offset; member in vkt::BindingModel::__anon29074::Binding [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 360 const VkDeviceSize offset = 0; in draw() local
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 415 const VkDeviceSize offset = 0; in drawCommands() local
|
H A D | vktDrawScissorTests.cpp | 94 virtual vector<PositionColorVertex> getVertices (deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); } in getVertices() argument 128 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 157 commandClearDepthAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearDepthAttachment() argument 180 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 66 VkDeviceSize offset; // In bytes. member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 93 uint32_t offset; member 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument [all...] |