| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_cmd_buffer.c | 3965 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 D | cloctst.c | 701 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 D | scsimain.c | 388 static unsigned char *buffer = buff_a + OFFSET_HEADER; variable [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.cc | 1090 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 D | effect-control-linearizer.cc | 4880 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 D | assembler-arm64.cc | 321 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.cc | 265 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | assembler-mips.cc | 291 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.cc | 167 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm.cc | 532 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.cc | 213 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.cc | 200 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 D | factory.cc | 955 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 D | accessor-assembler.cc | 2440 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 D | preparser.h | 386 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 D | iris_state.c | 3606 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 D | svga3d_dx.h | 1111 } buffer; member 1173 } buffer; member 1312 } buffer; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1230 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 D | svga_context.h | 293 struct pipe_resource *buffer; member [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_draw.cpp | 3123 static unsigned int stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) in stb_adler32() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 637 evergreen_fill_buffer_resource_words(struct r600_context *rctx, struct pipe_resource *buffer, struct eg_buf_res_params *params, bool *skip_mip_address_reloc, unsigned tex_resource_words[8]) evergreen_fill_buffer_resource_words() argument [all...] |
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.cpp | 13437 uint32_t buffer[4]; in convert_masked_utf8_to_utf16() local [all...] |
| /third_party/opencl-headers/CL/ |
| H A D | cl.h | 154 cl_mem buffer; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiFeatureInfo.cpp | 2653 deUint8 buffer[sizeof(VkPhysicalDeviceFeatures) + GUARD_SIZE]; in deviceFeatures() local 2876 deUint8 buffer[sizeof(VkPhysicalDeviceProperties) + GUARD_SIZE]; in deviceProperties() local 2953 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryProperties) + GUARD_SIZE]; deviceMemoryProperties() local 3078 deUint8 buffer [sizeof(VkPeerMemoryFeatureFlags) + GUARD_SIZE]; deviceGroupPeerMemoryFeatures() local 3234 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryBudgetPropertiesEXT) + GUARD_SIZE]; deviceMemoryBudgetProperties() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 1253 Move<VkBuffer> buffer; in readImage() local 1856 Move<VkBuffer> buffer; setImageData() local 3676 Move<VkBuffer> buffer; readImage() local [all...] |