/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 450 unsigned stride; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 1805 dd_context_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) dd_context_texture_subdata() argument
|
H A D | dd_pipe.h | 172 unsigned stride; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 1430 u_vbuf_split_indexed_multidraw(struct u_vbuf *mgr, struct pipe_draw_info *info, unsigned drawid_offset, unsigned *indirect_data, unsigned stride, unsigned draw_count) u_vbuf_split_indexed_multidraw() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 1230 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 D | si_descriptors.c | 1480 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 D | zink_context.h | 131 uint32_t stride; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.h | 99 uint16_t stride; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 1799 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 D | crocus_resource.c | 1331 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 D | rbug_context.c | 1234 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 D | noop_pipe.c | 107 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 D | nvc0_surface.c | 1204 uint32_t stride, length, *vbuf; in nvc0_blit_3d() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 398 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 D | vktComputeCooperativeMatrixTests.cpp | 950 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 D | vktDynamicStateComputeTests.cpp | 351 const auto stride = static_cast<VkDeviceSize>(0); in bindVertexBuffers() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTestsEXT.cpp | 94 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 D | vktMeshShaderBuiltinTests.cpp | 305 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 414 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 D | vktPipelineBindVertexBuffers2Tests.cpp | 92 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 D | vktRayTracingComplexControlFlowTests.cpp | 192 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 D | vktShaderObjectPerformanceTests.cpp | 648 vk::VkDeviceSize stride = 16u; in iterate() local
|
H A D | vktShaderObjectPipelineInteractionTests.cpp | 483 vk::VkDeviceSize stride = 16u; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 434 deUint32 stride; member
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 854 UINT stride = sizeof (SimpleVertex); in DX11Operation() local
|