Home
last modified time | relevance | path

Searched defs:sizes (Results 151 - 175 of 183) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp1089 clEnqueueSVMMigrateMem(cl_command_queue command_queue, cl_uint num_svm_pointers, const void **svm_pointers, const size_t *sizes, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueSVMMigrateMem() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp2268 clEnqueueSVMMigrateMem(cl_command_queue command_queue, cl_uint num_svm_pointers, const void **svm_pointers, const size_t *sizes, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueSVMMigrateMem() argument
H A Dcl_stubs.cpp1085 EnqueueSVMMigrateMem(cl_command_queue command_queue, cl_uint num_svm_pointers, const void **svm_pointers, const size_t *sizes, MemMigrationFlags flags, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueSVMMigrateMem() argument
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1437 addLine(SkVector offset, SkVector advance, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewLines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) GetLineFontMetrics() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2479 sizes[] = in createLaunchTests() local
2553 sizes[] = in createScalarTests() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp5475 VECTOR_CLASS< ::size_t> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo() local
H A Dcl2.hpp6909 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo() local
8338 enqueueMigrateSVM( const cl::vector<T*> &svmRawPointers, const cl::vector<size_type> &sizes, cl_mem_migration_flags flags = 0, const vector<Event>* events = NULL, Event* event = NULL) const enqueueMigrateSVM() argument
8383 enqueueMigrateSVM( const cl::vector<cl::pointer<T, D>> &svmPointers, const cl::vector<size_type> &sizes, cl_mem_migration_flags flags = 0, const vector<Event>* events = NULL, Event* event = NULL) const enqueueMigrateSVM() argument
8420 enqueueMigrateSVM( const cl::vector<cl::vector<T, Alloc>> &svmContainers, const cl::vector<size_type> &sizes, cl_mem_migration_flags flags = 0, const vector<Event>* events = NULL, Event* event = NULL) const enqueueMigrateSVM() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c4369 SpvId sizes[3]; in nir_to_spirv() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c3308 size_t sizes[] = { in create_push_descriptor_set() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h471 uint32_t sizes[IRIS_SURFACE_GROUP_COUNT]; member
848 struct hash_table_u64 *sizes; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h353 uint32_t sizes[CROCUS_SURFACE_GROUP_COUNT]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2877 } sizes[] = in createChildren() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp8047 int sizes[kBufs] = { 7, 5, 3, 4, 23, 123, 419, 8 }; in Run() local
[all...]
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp7334 int sizes[kBufs] = { 7, 3, 4, 5 }; in Run() local
7522 int sizes[kBufs] = { 7, 5, 3, 4, 23, 123, 419, 8 }; in Run() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp7497 int sizes[kBufs] = { 7, 3, 4, 5 }; in Run() local
7685 int sizes[kBufs] = { 7, 5, 3, 4, 23, 123, 419, 8 }; in Run() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp904 ValidateBindBuffersRange(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) ValidateBindBuffersRange() argument
/third_party/openssl/test/
H A Devp_test.c1412 OSSL_PARAM params[21], sizes[3], *psizes = sizes; in mac_test_run_mac() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2784 } sizes[] = in createChildren() local
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp4578 void TParseContext::arrayOfArrayVersionCheck(const TSourceLoc& loc, const TArraySizes* sizes) in arrayOfArrayVersionCheck() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5460 uint32_t *sizes = state.map; in CmdDispatchBase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp3925 sizes[] = in createLaunchTests() local
4001 sizes[] = in createScalarTests() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp5733 GL_BindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) GL_BindBuffersRange() argument
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7408 static const char sizes[] = {'b', 'h', 's', 'd', 'q'}; in Disassembler() local
/third_party/astc-encoder/Source/
H A Dstb_image.h3128 int sizes[16],i,n=0; in stbi__process_marker() local
4125 int code, next_code[16], sizes[1 in stbi__zbuild_huffman() local
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c1772 cups_array_t *sizes, *size_ranges; in add_mediasize_attributes() local
2065 cups_array_t *sizes, *page_medi in get_pagesize() local
2679 cups_array_t *sizes = NULL; get_cluster_sizes() local
2749 cups_array_t *sizes = NULL, *pagesizes; generate_cluster_conflicts() local
2966 cups_array_t *sizes; get_cluster_default_attributes() local
3249 cups_array_t *sizes = NULL; supports_job_attributes_requested() local
7684 cups_array_t *sizes=NULL; update_cups_queues() local
[all...]

Completed in 184 milliseconds

12345678