Home
last modified time | relevance | path

Searched defs:buffers (Results 226 - 250 of 321) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h277 struct pipe_shader_buffer buffers[6][NVC0_MAX_BUFFERS]; member
H A Dnvc0_surface.c692 nvc0_clear(struct pipe_context *pipe, unsigned buffers, in nvc0_clear() argument
/third_party/lz4/tests/
H A Dfuzzer.c186 char* buffers[MAX_NB_BUFF_I134+1]; in FUZ_AddressOverflow() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1527 dd_context_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, in dd_context_clear() argument
H A Ddd_pipe.h95 unsigned buffers; member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c824 agx_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) agx_set_vertex_buffers() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c944 struct si_buffer_resources *buffers = &sctx->internal_bindings; in si_update_ps_colorbuf0_slot() local
1064 si_init_buffer_resources(struct si_context *sctx, struct si_buffer_resources *buffers, struct si_descriptors *descs, unsigned num_buffers, short shader_userdata_rel_index, unsigned priority, unsigned priority_constbuf) si_init_buffer_resources() argument
1098 si_release_buffer_resources(struct si_buffer_resources *buffers, struct si_descriptors *descs) si_release_buffer_resources() argument
1111 si_buffer_resources_begin_new_cs(struct si_context *sctx, struct si_buffer_resources *buffers) si_buffer_resources_begin_new_cs() argument
1127 si_buffer_resources_check_encrypted(struct si_context *sctx, struct si_buffer_resources *buffers) si_buffer_resources_check_encrypted() argument
1142 si_get_buffer_from_descriptors(struct si_buffer_resources *buffers, struct si_descriptors *descs, unsigned idx, struct pipe_resource **buf, unsigned *offset, unsigned *size) si_get_buffer_from_descriptors() argument
1208 si_set_constant_buffer(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, uint slot, bool take_ownership, const struct pipe_constant_buffer *input) si_set_constant_buffer() argument
1372 si_set_shader_buffer(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, uint slot, const struct pipe_shader_buffer *sbuffer, bool writable, unsigned priority) si_set_shader_buffer() argument
1419 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader]; si_set_shader_buffers() local
1456 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader]; si_get_shader_buffers() local
1484 struct si_buffer_resources *buffers = &sctx->internal_bindings; si_set_ring_buffer() local
1658 si_reset_buffer_resources(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, uint64_t slot_mask, struct pipe_resource *buf, unsigned priority) si_reset_buffer_resources() argument
1724 struct si_buffer_resources *buffers = &sctx->internal_bindings; si_rebind_buffer() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1241 trace_context_set_vertex_buffers(struct pipe_context *_pipe, unsigned start_slot, unsigned num_buffers, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) trace_context_set_vertex_buffers() argument
1409 trace_context_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) trace_context_clear() argument
2109 trace_context_set_shader_buffers(struct pipe_context *_context, enum pipe_shader_type shader, unsigned start, unsigned nr, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) trace_context_set_shader_buffers() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c787 struct pipe_vertex_buffer *buffers = NULL; in rbug_set_vertex_buffers() local
930 rbug_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) rbug_clear() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c280 static void noop_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, in noop_clear() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1774 r300_set_vertex_buffers_hwtcl(struct pipe_context* pipe, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer* buffers) r300_set_vertex_buffers_hwtcl() argument
1797 r300_set_vertex_buffers_swtcl(struct pipe_context* pipe, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer* buffers) r300_set_vertex_buffers_swtcl() argument
[all...]
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c192 uvwasi__setup_iovs(const uvwasi_t* uvwasi, uv_buf_t** buffers, const uvwasi_iovec_t* iovs, uvwasi_size_t iovs_len) uvwasi__setup_iovs() argument
214 uvwasi__setup_ciovs(const uvwasi_t* uvwasi, uv_buf_t** buffers, const uvwasi_ciovec_t* iovs, uvwasi_size_t iovs_len) uvwasi__setup_ciovs() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp891 std::vector<std::shared_ptr<vk::BufferWithMemory>> buffers; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1106 de::MovePtr<BufferWithMemory> buffers[5]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1104 de::MovePtr<BufferWithMemory> buffers[3]; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp468 vk::VkBuffer buffers[] = { **colorBuffer, **vertexBuffer, **colorBuffer, **vertexBuffer, **colorBuffer, **vertexBuffer, **colorBuffer, **vertexBuffer }; in iterate() local
740 Buffers buffers; in createBuffers() local
965 Buffers buffers = createBuffers(offsets, strides, sizes); iterate() local
[all...]
H A DvktPipelineMiscTests.cpp1589 std::vector<std::unique_ptr<BufferWithMemory>> buffers; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1647 de::MovePtr<BufferWithMemory> buffers[3]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp520 createBufferMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkBufferSp> buffers) createBufferMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1450 std::fill(begin(buffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(buffers), BufferSp()); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1457 const vk::VkBuffer buffers[] = { *m_posNdxBuffer, *m_inputBuffer }; in ShaderCaseInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp891 std::vector<std::shared_ptr<vk::BufferWithMemory>> buffers; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1104 de::MovePtr<BufferWithMemory> buffers[3]; in iterate() local
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc93 ::dawn::VertexBufferDescriptor const* buffers; member in amber::dawn::__anon27514::ComboVertexInputDescriptor::dawn
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1079 bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *buffers, const VkDeviceSize *offsets) bindVertexBuffers() argument
1110 bindTransformFeedbackBuffers(uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *buffers, const VkDeviceSize *offsets, const VkDeviceSize *sizes) bindTransformFeedbackBuffers() argument

Completed in 63 milliseconds

12345678910>>...13