/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 669 PropertyCallbackArguments args(isolate_, interceptor->data(), *receiver, in FilterForEnumerableProperties() 699 PropertyCallbackArguments enum_args(isolate_, interceptor->data(), *receiver, in CollectInterceptorKeysInternal()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 198 struct drm_gem_close args = { .handle = (uintptr_t)entry->data }; in amdgpu_bo_destroy() 1282 /* Couldn't allocate tracking data structures, so we have to leak */ in amdgpu_bo_sparse_commit() 1623 whandle->handle = (uintptr_t)entry->data; in amdgpu_bo_get_handle()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 1339 print_load_store_instr(disassemble_context *ctx, FILE *fp, uint64_t data, bool verbose) in print_load_store_instr() argument 1341 midgard_load_store_word *word = (midgard_load_store_word *) &data; in print_load_store_instr()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 826 nvc0->constbuf[s][i].u.data = cb->user_buffer; in nvc0_set_constant_buffer() 1425 memset((uint8_t *)nvc0->global_residents.data + old_size, 0, in nvc0_set_global_bindings()
|
H A D | nvc0_tex.c | 746 u32 data[8] = { G80_TSC_0_SRGB_CONVERSION }; in nvc0_upload_tsc0() local 749 NV_VRAM_DOMAIN(&nvc0->screen->base), 32, data); in nvc0_upload_tsc0()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 147 || STDW A$A[3][0]:A$A[4][0],*SP[1] ; offload some data 205 || LDDW *FP[-9],A$A[3][0]:A$A[4][0] ; restore offloaded data
|
/third_party/python/Lib/ |
H A D | doctest.py | 214 def _newline_convert(data): 216 return IncrementalNewlineDecoder(None, True).decode(data, True)
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 149 /** These macros list types of PCM data **/ 268 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/ 274 /** Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS*/ 289 /** IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE*/ 297 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/ 304 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_BUFFERQUEUE*/ 310 /** ContentPipe-based data locator definition where locatorType must be SL_DATALOCATOR_CONTENTPIPE */ 317 /** MidiBufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_MIDIBUFFERQUEUE*/ 331 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/ 338 /* Byte order of a block of 16- or 32-bit data */ 801 SLuint8 data[1]; global() member 2948 SLuint32 data; global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 1295 " uint data[];\n" in destroyEarlyComputeSource() 1301 " data[idx] = data[idx] + base + idx;\n" in destroyEarlyComputeSource() 1341 deMemcpy(bufferPtr, bufferValues.data(), kBufferSize); in destroyEarlyTest() 1454 deMemcpy(outputData.data(), bufferPtr, kBufferSize); in destroyEarlyTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 639 (const VkDynamicState*)dynamicStates.data() // const VkDynamicState* pDynamicStates; in preparePipelineWrapper() 751 deMemcpy(m_vertexBufferMemory->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in DepthRangeUnrestrictedTestInstance()
|
H A D | vktPipelineInputAssemblyTests.cpp | 1469 deMemcpy(m_indexBufferAlloc->getHostPtr(), m_indices.data(), m_indices.size() * sizeof(deUint32)); in InputAssemblyInstance() 1481 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in InputAssemblyInstance()
|
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 370 //! Common data used by the test 379 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data 457 // Vertex shader - no vertex data, fill viewport with one primitive in initPrograms() 827 vertexInputAttributeDescriptions.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in drawAndSampleInputAttachment() 1037 vertexInputAttributeDescriptions.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in draw() 1251 // Color buffer is meant to hold data for all layers and all samples of the image. in test() 1289 // Clear the color buffer, just to be sure we're getting the new data in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 677 const deUint32 data = value.elements[arrayNdx*scalarSize + vecNdx*numComps + compNdx].bool32 ? ~0u : 0u; in copyToLayout() local 680 &data, in copyToLayout() 1647 DE_FATAL("Unknown data type"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 1295 " uint data[];\n" in destroyEarlyComputeSource() 1301 " data[idx] = data[idx] + base + idx;\n" in destroyEarlyComputeSource() 1341 deMemcpy(bufferPtr, bufferValues.data(), kBufferSize); in destroyEarlyTest() 1454 deMemcpy(outputData.data(), bufferPtr, kBufferSize); in destroyEarlyTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 2205 d3dFormatInfo.dataInitializerFunction(width, height, depth, scratchBuffer->data(), in GenerateInitialTextureData() 2219 outSubresourceData->at(i).pSysMem = scratchBuffer->data(); in GenerateInitialTextureData() 2471 // Haswell/Ivybridge drivers occasionally corrupt (small?) (vertex?) texture data uploads. in InitializeFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1138 gsi = GlobalSymbolTable.find(TargetName.data()); in processRelocationRef() 1184 Value.SymbolName = TargetName.data(); in processRelocationRef() 1607 // whether the GOT reference is to data or code. The stub contains the in processRelocationRef() 1611 // We could try to conserve space by allocating the code and data in processRelocationRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 102 // A wasm data segment. A wasm binary contains only a single data section 104 // in memory. Each MCSection data created by llvm is modeled as its own 105 // wasm data segment. 128 // Information about a single item which is part of a COMDAT. For each data 222 // Relocations for fixing up references in the data section. 236 // Maps data symbols to the Wasm segment and offset/size with the segment. 239 // Stores output data (index, relocations, content offset) for custom 439 // The .init_array isn't translated as data, so don't do relocations in it. in recordRelocation() 594 report_fatal_error("only data supporte in addData() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser.cc | 54 const std::string& data) in CommandParser() 57 tokenizer_(MakeUnique<Tokenizer>(data)) { in CommandParser() 618 "offset for SSBO must be a multiple of the data size expected " + in ProcessSSBO() 782 return Result("offset for uniform must be multiple of data size"); in ProcessUniform() 51 CommandParser(Script* script, Pipeline* pipeline, size_t current_line, const std::string& data) CommandParser() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 500 const auto* str = reinterpret_cast<const char*>(inst->words().data() + in RegisterDebugInstruction() 507 const auto* str = reinterpret_cast<const char*>(inst->words().data() + in RegisterDebugInstruction()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | glext.h | 697 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); 702 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 147 || STDW A$A[3][0]:A$A[4][0],*SP[1] ; offload some data 205 || LDDW *FP[-9],A$A[3][0]:A$A[4][0] ; restore offloaded data
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 500 const auto* str = reinterpret_cast<const char*>(inst->words().data() + in RegisterDebugInstruction() 507 const auto* str = reinterpret_cast<const char*>(inst->words().data() + in RegisterDebugInstruction()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg-jni.c | 1042 JNICustomFilterParams *params = (JNICustomFilterParams *)transform->data; in JNICustomFilter() 1172 t[i].data = (void *)¶ms[i]; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 15 * This program packages the ICU data into different forms 16 * (DLL, common data, etc.) 138 { "files", 0, "Uses raw data files (no effect). Installation copies all files to the target location." }, 140 { "dll", "library", "Generates one common data file and one shared library, <package>.dll"}, 147 { "common", "archive", "Generates one common data file, <package>.dat" }, 241 "Set the data name", 254 "Force rebuilding of all data", 256 "Install the data (specify target)", 263 "Build the data without assembly code", 343 "\tProduce packaged ICU data fro in main() [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wgl.h | 407 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, int property, GLenum dataType, UINT size, void *data); 417 INT WINAPI wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data);
|