/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 680 deMemcpy(m_indexBufferAlloc->getHostPtr(), indices.data(), (size_t)m_indexBufferSize); in VertexAccessInstance() 712 // Create descriptor set data in VertexAccessInstance() 1191 { "vertex_out_of_bounds", "Create data for 6 vertices, draw 9 vertices", format, numChannels * 2 * 6, numChannels, 9, 1 }, 1192 { "vertex_incomplete", "Create data for half a vertex, draw 3 vertices", format, numChannels, numChannels, 3, 1 }, 1193 { "instance_out_of_bounds", "Create data for 1 instance, draw 3 instances", format, numChannels * 2 * 9, numChannels, 3, 3 },
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 225 extensions.data(), // ppEnabledExtensionNames in createDeviceWithWsi()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorVulkan.cpp | 107 if (!IsDefaultUniform(type) || gl::IsBuiltInName(variable.name().data()))
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 3485 ArrayProxy<const T> const & data, 3493 uint32_t data, 7902 ArrayProxy<T> const & data, 10494 ArrayProxy<T> const & data, 10885 ArrayProxy<T> const & data, 10914 ArrayProxy<T> const & data, 11538 uint64_t data, 11546 uint64_t data, 11656 ArrayProxy<T> const & data, 11689 ArrayProxy<T> const & data, [all...] |
H A D | vulkan_core.h | 3629 typedef void (VKAPI_PTR *PFN_vkCmdFillBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data); 4320 uint32_t data); 11136 VkPerformanceValueDataINTEL data; member 12006 uint32_t data; member 12312 typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data); 12332 uint64_t data); 12519 VkAccelerationStructureMotionInstanceDataNV data; member 13031 VkDeviceOrHostAddressConstKHR data; member 13039 VkDeviceOrHostAddressConstKHR data; member
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2928 LiftoffRegister data = effective_offset; 2933 CHECK(__ emit_type_conversion(kExprI64UConvertI32, data, effective_offset, 2937 info.gp(), no_reg, offsetof(MemoryTracingInfo, offset), data, 2940 __ LoadConstant(data, WasmValue(is_store ? 1 : 0)); 2941 __ Store(info.gp(), no_reg, offsetof(MemoryTracingInfo, is_store), data, 2943 __ LoadConstant(data, WasmValue(static_cast<int>(rep))); 2944 __ Store(info.gp(), no_reg, offsetof(MemoryTracingInfo, mem_rep), data, 5494 // Reuse the data segment register for error handling.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 837 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize); in drawPrimitives() 838 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize); in drawPrimitives() 849 // Copy full data to offscreen data buffer. in drawPrimitives() 858 deMemcpy(dataPtr, fullOffscreenData.data(), offscreenBufferSizeSz); in drawPrimitives() 900 // check nothing breaks here. We set a wrong topology, draw some offscreen data and go back to the right topology in drawPrimitives() 1440 // gen data in iterate() 1726 // gen data in iterate() 1902 // Generate data in iterate() 6042 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSiz [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1412 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1413 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1414 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1418 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1419 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1421 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1539 pkg-config data [default=yes] 6415 # Gets list of data symbols to import. 6432 # Some systems (esp. on ia64) link data and code symbols differently, 6479 " /^ *Type *: data/{prin [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 2025 * ordered data for UI presentation. Characters with multiple unicode representations may 6121 function generateDjb2Hash(data) { 6123 for (var i = 0; i < data.length; i++) { 6124 acc = ((acc << 5) + acc) + data.charCodeAt(i); 7037 sys.writeFile = function (path, data, writeBom) { 7038 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); }); 7402 function writeFile(fileName, data, writeByteOrderMark) { 7406 data [all...] |
H A D | tsc.js | 3660 function generateDjb2Hash(data) { 3662 for (var i = 0; i < data.length; i++) { 3663 acc = ((acc << 5) + acc) + data.charCodeAt(i); 4447 sys.writeFile = function (path, data, writeBom) { 4448 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); }); 4767 function writeFile(fileName, data, writeByteOrderMark) { 4770 data = byteOrderMarkIndicator + data; [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 114 // To make sure the generated data is consistent across platforms, 298 // if ((int)image->data.size() < (base64DecodeOffset >> 2) * 3 + 3) in base64decode() 299 // throw TestResultParseError("Malformed base64 data"); in base64decode() 300 deUint8* outPtr = result.data() + (base64DecodeOffset >> 2) * 3; in base64decode() 319 std::vector<deUint8> data; in parse_void_data() local 322 data = base64decode(obj.asString()); in parse_void_data() 326 data.resize(oSize); in parse_void_data() 329 parse_uint8_t("pData", obj[i], const_cast<deUint8&>(data[i])); in parse_void_data() 332 memcpy(o, data.data(), oSiz in parse_void_data() 6126 void* data = s_globalMem.allocate(deUint32(o.initialDataSize)); parse_VkPipelineCacheCreateInfo() local 6162 void* data = s_globalMem.allocate(deUint32(o.dataSize)); parse_VkSpecializationInfo() local [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 4043 typedef void (VKAPI_PTR *PFN_vkCmdFillBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data); 4734 uint32_t data); 7306 typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data); 7363 uint64_t data); 14120 VkPerformanceValueDataINTEL data; member 15209 uint32_t data; member 15571 typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data); 15591 uint64_t data); 15843 VkDescriptorDataEXT data; member 16143 VkAccelerationStructureMotionInstanceDataNV data; member 17012 VkDeviceOrHostAddressConstKHR data; global() member 18914 VkDeviceOrHostAddressConstKHR data; global() member 18922 VkDeviceOrHostAddressConstKHR data; global() member [all...] |
/third_party/eudev/ |
H A D | configure | 1446 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1447 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1448 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1452 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1453 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1455 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 7103 # Gets list of data symbols to import. 7120 # Some systems (esp. on ia64) link data and code symbols differently, 7167 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ 7227 /* This system does not cope well with relocations in const data [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3678 typedef void (VKAPI_PTR *PFN_vkCmdFillBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data); 4369 uint32_t data); 11296 VkPerformanceValueDataINTEL data; member 12166 uint32_t data; member 12472 typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data); 12492 uint64_t data); 12679 VkAccelerationStructureMotionInstanceDataNV data; member 13238 VkDeviceOrHostAddressConstKHR data; member 13246 VkDeviceOrHostAddressConstKHR data; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 39 * core Mesa by highly mutable data structures. However, most applications 48 * multiple times. Drivers can create and store their own associated data. 363 const void *data, in emit_state() 372 memcpy(map, data, size); in emit_state() 1235 /** The resource to source vertex data from. */ 2357 * and base data type for elements, as specified in Table X.1. The in fill_buffer_surface_state() 2748 * blocks of compressed data via an uncompressed view. in iris_create_surface() 3365 * This uploads any constant data in user buffers, and references 3366 * any UBO resources containing constant data. 4726 * Compute the size of the derived data (shade 360 emit_state(struct iris_batch *batch, struct u_upload_mgr *uploader, struct pipe_resource **out_res, const void *data, unsigned size, unsigned alignment) emit_state() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1255 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo() 1575 const void* data, in uploadBufferData() 1592 deMemcpy(ptr, data, size); in uploadBufferData() 1835 inheritanceRenderingInfo.pColorAttachmentFormats = colorAttachmentFormats.data(); in beginCommandBuffer() 2103 colorAttachmentFormats.data(), in createSubpassPipeline() 4354 log << TestLog::Message << "Check the attachment formats and test data to verify which components affect the test result." << TestLog::EndMessage; 1571 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 1152 // Allowed to either have data that is a multiple of block size or is smaller than the block in ValidCompressedSubImageSize() 1184 // ...the data would be unpacked from the buffer object such that the memory reads required in ValidImageDataSize() 1185 // would exceed the data store size. in ValidImageDataSize() 1270 // The WebGL API supports vertex attribute data strides up to 255 bytes. A call to in ValidateWebGLVertexAttribPointer() 1282 // vertexAttribPointer, must be a multiple of the size of the data type passed to the call, in ValidateWebGLVertexAttribPointer() 2059 const void *data) in ValidateReadnPixelsRobustANGLE() 2071 &writeLength, &writeColumns, &writeRows, data)) in ValidateReadnPixelsRobustANGLE() 2946 const GLint *data) in ValidateGetIntegervRobustANGLE() 2966 GLint64 *data) in ValidateGetInteger64vRobustANGLE() 2978 CastStateValues(context, nativeType, pname, numParams, data); in ValidateGetInteger64vRobustANGLE() 2047 ValidateReadnPixelsRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const GLsizei *length, const GLsizei *columns, const GLsizei *rows, const void *data) ValidateReadnPixelsRobustANGLE() argument 2941 ValidateGetIntegervRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *data) ValidateGetIntegervRobustANGLE() argument 2961 ValidateGetInteger64vRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLsizei bufSize, const GLsizei *length, GLint64 *data) ValidateGetInteger64vRobustANGLE() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 173 // Debugging tools, mostly for printing various data structures out to a stream. 549 Val id = (Val)(&inst - program.data()); in eliminate_dead_code() 621 uint32_t lo = SkOpts::hash(fProgram.data(), fProgram.size() * sizeof(Instruction), 0), in hash() 622 hi = SkOpts::hash(fProgram.data(), fProgram.size() * sizeof(Instruction), 1); in hash() 2612 SkOpts::interpret_skvm(fImpl->instructions.data(), (int)fImpl->instructions.size(), 2613 this->nregs(), this->loop(), fImpl->strides.data(), this->nargs(),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1243 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo() 1563 const void* data, in uploadBufferData() 1580 deMemcpy(ptr, data, size); in uploadBufferData() 1823 inheritanceRenderingInfo.pColorAttachmentFormats = colorAttachmentFormats.data(); in beginCommandBuffer() 2089 colorAttachmentFormats.data(), in createSubpassPipeline() 4340 log << TestLog::Message << "Check the attachment formats and test data to verify which components affect the test result." << TestLog::EndMessage; 1559 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 236 * @wpa_s: Pointer to wpa_supplicant data 260 * @wpa_s: Pointer to wpa_supplicant data 279 * @wpa_s: Pointer to wpa_supplicant data 298 * @wpa_s: Pointer to wpa_supplicant data 387 * @wpa_s: Pointer to wpa_supplicant data 388 * @ssid: Configuration data for the network 693 * @wpa_s: Pointer to wpa_supplicant data 846 * @wpa_s: Pointer to wpa_supplicant data 1064 * wpa_supplicant_reload_configuration - Reload configuration data 1065 * @wpa_s: Pointer to wpa_supplicant data 4990 wpas_fst_send_action_cb(void *ctx, const u8 *da, struct wpabuf *data) global() argument 5614 wpas_gas_server_tx_status(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 280 * @wpa_s: Pointer to wpa_supplicant data 304 * @wpa_s: Pointer to wpa_supplicant data 323 * @wpa_s: Pointer to wpa_supplicant data 342 * @wpa_s: Pointer to wpa_supplicant data 431 * @wpa_s: Pointer to wpa_supplicant data 432 * @ssid: Configuration data for the network 811 * @wpa_s: Pointer to wpa_supplicant data 906 * @wpa_s: Pointer to the wpa_supplicant data 981 * @wpa_s: Pointer to wpa_supplicant data 1241 * wpa_supplicant_reload_configuration - Reload configuration data 6241 wpas_fst_send_action_cb(void *ctx, const u8 *da, struct wpabuf *data) global() argument 6892 wpas_gas_server_tx_status(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) global() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 3769 Comment("Fill the data table with undefined (constant capacity)."); 3787 Comment("Fill the data table with undefined."); 5113 // In all the other cases don't check for holes and copy the data as is. 8686 // Check that the value is a data property. 14655 // Switch on data's instance type. 14732 // This is the default branch, so assert that we have the expected data type. 14975 TNode<Object> data, TNode<Object> holder, TNode<Object> receiver) { 14977 return CallStub(callable, context, callback, argc, data, holder, receiver); 14982 TNode<Object> data, TNode<Object> holder, TNode<Object> receiver, 14985 return CallStub(callable, context, callback, argc, data, holde [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 3936 static void OutputXmlCDataSection(::std::ostream* stream, const char* data); 4134 const char* data) { 4135 const char* segment = data; 6820 return GetDirFromEnv({"TEST_TMPDIR", "TMPDIR"}, "/data/local/tmp/", '/');
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 596 /* Upload UBO state for the constant data. */ in tu6_emit_xs() 611 /* Upload the constant data to the const file if needed. */ in tu6_emit_xs() 2437 * unique associated data for each fragment, where in tu_pipeline_shader_key_init() 2441 * They both require unique associated data. in tu_pipeline_shader_key_init() 2444 * sampleShadingEnable does not imply unique associated data. Before the in tu_pipeline_shader_key_init() 4478 const char *data) in write_ir_text() 4482 size_t data_len = strlen(data) + 1; in write_ir_text() 4489 strncpy(ir->pData, data, ir->dataSize); in write_ir_text() 4477 write_ir_text(VkPipelineExecutableInternalRepresentationKHR* ir, const char *data) write_ir_text() argument
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 3565 static void OutputXmlCDataSection(::std::ostream* stream, const char* data); 3747 const char* data) { in OutputXmlCDataSection() 3748 const char* segment = data; in OutputXmlCDataSection() 3746 OutputXmlCDataSection(::std::ostream* stream, const char* data) OutputXmlCDataSection() argument
|