Home
last modified time | relevance | path

Searched defs:stride (Results 1126 - 1150 of 1453) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1230 linear_offset(int x, int y, int z, unsigned stride, unsigned layer_stride) in linear_offset() argument
1238 linear_range(const struct pipe_box *box, unsigned stride, unsigned layer_stride) in linear_range() argument
795 d3d12_resource_get_info(struct pipe_screen *pscreen, struct pipe_resource *pres, unsigned *stride, unsigned *offset) d3d12_resource_get_info() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1480 si_set_ring_buffer(struct si_context *sctx, uint slot, struct pipe_resource *buffer, unsigned stride, unsigned num_records, bool add_tid, bool swizzle, unsigned element_size, unsigned index_stride, uint64_t offset) si_set_ring_buffer() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h131 uint32_t stride; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h99 uint16_t stride; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1799 unsigned stride = transfer->stride; in trace_context_transfer_unmap() local
1892 trace_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) trace_context_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1331 s8_offset(uint32_t stride, uint32_t x, uint32_t y, bool swizzled) in s8_offset() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c1234 rbug_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) rbug_context_texture_subdata() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c107 unsigned stride; in noop_resource_create() local
265 noop_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) noop_texture_subdata() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1204 uint32_t stride, length, *vbuf; in nvc0_blit_3d() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp398 static const vk::VkDescriptorUpdateTemplateEntry createTemplateBinding (deUint32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, size_t offset, size_t stride) in createTemplateBinding() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp950 string dumpWholeMatrix (void* data, VkComponentTypeKHR dt, bool colMajor, deUint32 matrixElemCount, deUint32 stride) in dumpWholeMatrix() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp351 const auto stride = static_cast<VkDeviceSize>(0); in bindVertexBuffers() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp94 uint32_t stride; member
356 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...]
H A DvktMeshShaderBuiltinTests.cpp305 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
H A DvktMeshShaderBuiltinTestsEXT.cpp414 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp92 vk::VkVertexInputBindingDescription makeBindingDescription(uint32_t binding, uint32_t stride, vk::VkVertexInputRate inputRate) in makeBindingDescription() argument
900 const deUint32 stride = deUint32(strides[i]); createBuffers() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp192 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, deUint32 stride, deUint32 count) in makeStridedDeviceAddressRegion() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp648 vk::VkDeviceSize stride = 16u; in iterate() local
H A DvktShaderObjectPipelineInteractionTests.cpp483 vk::VkDeviceSize stride = 16u; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp434 deUint32 stride; member
H A DvktSynchronizationWin32KeyedMutexTests.cpp854 UINT stride = sizeof (SimpleVertex); in DX11Operation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1720 describe( const vk::pt::AndroidHardwareBufferPtr buffer, deUint32* width, deUint32* height, deUint32* layers, deUint32* format, deUint64* usage, deUint32* stride) describe() argument
2039 Describe(vk::pt::OHOSNativeBufferPtr buffer, deUint32* width, deUint32* height, deUint32* format, deUint64* usage, deUint32* stride) Describe() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp725 verifyFenceSignalOrdering(const DeviceInterface& vkd, const VkDevice device, const std::vector<FenceSp> &fences, const deUint32 stride, const deUint32 offset, const deUint32 lastKnownSignaled, const deUint32 maxIndex, tcu::ResultCollector* results) verifyFenceSignalOrdering() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp398 static const vk::VkDescriptorUpdateTemplateEntry createTemplateBinding (deUint32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, size_t offset, size_t stride) in createTemplateBinding() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp349 const auto stride = static_cast<VkDeviceSize>(0); in bindVertexBuffers() local

Completed in 74 milliseconds

1...<<41424344454647484950>>...59