Home
last modified time | relevance | path

Searched defs:buffer (Results 5351 - 5375 of 5478) sorted by relevance

1...<<211212213214215216217218219220

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1920 tu_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) tu_CmdBindIndexBuffer() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h674 struct v3dv_buffer *buffer; member
1021 struct v3dv_buffer *buffer; global() member
1033 struct v3dv_buffer *buffer; global() member
1227 struct v3dv_buffer *buffer; global() member
1318 VkBuffer buffer; global() member
1415 struct v3dv_buffer *buffer; global() member
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3057 VkBuffer buffer; in radv_device_init_vrs_state() local
3133 radv_DestroyBuffer(radv_device_to_handle(device), buffer, &device->meta_state.alloc); radv_device_init_vrs_state() local
6029 radv_buffer_init(struct radv_buffer *buffer, struct radv_device *device, struct radeon_winsys_bo *bo, uint64_t size, uint64_t offset) radv_buffer_init() argument
6045 radv_buffer_finish(struct radv_buffer *buffer) radv_buffer_finish() argument
6051 radv_destroy_buffer(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_buffer *buffer) radv_destroy_buffer() argument
6066 struct radv_buffer *buffer; radv_CreateBuffer() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h233 struct pvr_buffer *buffer; member
832 struct pvr_buffer *buffer; member
[all...]
H A Dpvr_cmd_buffer.c2084 pvr_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) pvr_CmdBindIndexBuffer() argument
4641 struct pvr_buffer *buffer = state->index_buffer_binding.buffer; pvr_emit_vdm_index_list() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c3446 struct anv_address buffer = cmd_buffer_flush_mesh_inline_data() local
3469 struct anv_address buffer = cmd_buffer_flush_mesh_inline_data() local
3827 struct anv_buffer *buffer = cmd_buffer->state.vertex_bindings[vb].buffer; cmd_buffer_flush_state() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3965 dzn_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) dzn_CmdDrawIndirect() argument
3978 dzn_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) dzn_CmdDrawIndexedIndirect() argument
3991 dzn_CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) dzn_CmdDrawIndirectCount() argument
4009 dzn_CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) dzn_CmdDrawIndexedIndirectCount() argument
4052 dzn_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) dzn_CmdBindIndexBuffer() argument
4397 dzn_CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) dzn_CmdDispatchIndirect() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c701 UChar buffer[100]; in TestDisplayNames() local
1935 char buffer[256]; TestKeywordVariants() local
2049 char buffer[256]; TestKeywordVariantParsing() local
2163 char buffer[1024]; TestKeywordSet() local
2226 char buffer[1024]; TestKeywordSetError() local
2419 char buffer[256]; TestCanonicalization() local
2467 char buffer[256]; TestCanonicalizationBuffer() local
2503 char buffer[256]; TestCanonicalization21749StackUseAfterScope() local
2762 UChar buffer[128]; /* sufficient for this test */ TestTrailingNull() local
5987 char buffer[ULOC_FULLNAME_CAPACITY + ULOC_KEYWORD_AND_VALUES_CAPACITY + 1]; TestLikelySubtags() local
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c388 static unsigned char *buffer = buff_a + OFFSET_HEADER; variable
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc1090 char buffer[kMaxPrefixLength]; in PrintBlockRow() local
1096 os << buffer; in PrintBlockRow() local
1137 char buffer[kMaxPrefixLength]; in PrintRangeRow() local
1146 os << buffer; in PrintRangeRow() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc4880 Node* buffer = in AdaptFastCallTypedArrayArgument() local
5642 Node* buffer = node->InputAt(0); in LowerLoadTypedElement() local
5670 Node* buffer in LowerStoreTypedElement() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc321 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc265 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc291 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc167 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc532 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc213 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc200 v8::base::EmbeddedVector<char, 256> buffer; in Debug() local
373 v8::base::EmbeddedVector<char, 256> buffer; in ExecDebugCommand() local
776 char buffer[ in get_double_from_register_pair() local
6132 v8::base::EmbeddedVector<char, 256> buffer; InstructionDecode() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc955 uint8_t buffer[] = {static_cast<uint8_t>(code)}; in LookupSingleCharacterStringFromCode() local
961 uint16_t buffer[] in LookupSingleCharacterStringFromCode() local
2948 NewJSArrayBufferView( Handle<Map> map, Handle<FixedArrayBase> elements, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSArrayBufferView() argument
2970 NewJSTypedArray(ExternalArrayType type, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t length) NewJSTypedArray() argument
3010 NewJSDataView(Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSDataView() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2440 TNode<JSArrayBuffer> buffer = LoadJSArrayBufferViewBuffer(array); in EmitElementLoad() local
2479 TNode<JSArrayBuffer> buffer = LoadJSArrayBufferViewBuffer(CAST(object)); in EmitElementLoad() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h386 explicit PreParserScopedStatementList(std::vector<void*>* buffer) {} in PreParserScopedStatementList() argument
398 explicit PreParserExpressionList(std::vector<void*>* buffer) : length_(0) {} in PreParserExpressionList() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c3606 const struct pipe_vertex_buffer *buffer = buffers ? &buffers[i] : NULL; iris_set_vertex_buffers() local
4005 const int buffer = output->output_buffer; iris_create_so_decl_list() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1111 } buffer; member
1173 } buffer; member
1312 } buffer; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1230 struct pipe_resource *buffer; tc_set_constant_buffer() local
3353 struct pipe_resource *buffer = NULL; tc_draw_vbo() local
3413 struct pipe_resource *buffer = NULL; tc_draw_vbo() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h293 struct pipe_resource *buffer; member
[all...]

Completed in 152 milliseconds

1...<<211212213214215216217218219220