Home
last modified time | relevance | path

Searched defs:offset (Results 11451 - 11475 of 16106) sorted by relevance

1...<<451452453454455456457458459460>>...645

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp92 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 DvktBindingDescriptorBufferTests.cpp120 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 DvktDrawInvertedDepthRangesTests.cpp360 const VkDeviceSize offset = 0; in draw() local
H A DvktDrawMultipleClearsWithinRenderPass.cpp415 const VkDeviceSize offset = 0; in drawCommands() local
H A DvktDrawNegativeViewportHeightTests.cpp363 const VkDeviceSize offset = 0; in draw() local
H A DvktDrawScissorTests.cpp94 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 DvktFragmentOperationsOcclusionQueryTests.cpp157 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 DvktImageSubresourceLayoutTests.cpp66 VkDeviceSize offset; // In bytes. member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp93 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 DvktDynamicRenderingRandomTests.cpp68 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 DvktShaderIntegerFunctionTests.cpp851 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 DvktSparseResourcesImageSparseResidency.cpp468 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 DvktSpvAsmComputeShaderCase.cpp312 size_t offset = 0; in createComputePipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp415 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 DvktTextureFilteringTests.cpp666 tcu::Vec2 offset; member
891 tcu::Vec3 offset; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp295 int offset; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp289 int offset; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp92 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 DvktBindingDescriptorBufferTests.cpp120 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 DvktDrawInvertedDepthRangesTests.cpp360 const VkDeviceSize offset = 0; in draw() local
H A DvktDrawMultipleClearsWithinRenderPass.cpp415 const VkDeviceSize offset = 0; in drawCommands() local
H A DvktDrawScissorTests.cpp94 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 DvktFragmentOperationsOcclusionQueryTests.cpp157 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 DvktImageSubresourceLayoutTests.cpp66 VkDeviceSize offset; // In bytes. member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp93 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...]

Completed in 65 milliseconds

1...<<451452453454455456457458459460>>...645