/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 123 unsigned count = 0; in count_intrinsics() local
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 308 uint32_t count; /* number of records */ member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 886 nir_ssa_def *count = nir_load_var(b, state->vertex_count_var); in lower_gs_block() local
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 163 unsigned count = group.resource_count; in agxdecode_decode_segment_list() local 286 unsigned count in agxdecode_stateful() local [all...] |
H A D | io.h | 151 uint32_t count; member
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 194 get_group_offset_count(const char **atts, uint32_t *offset, uint32_t *count, in get_group_offset_count() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 465 process_waits(struct v3dv_queue *queue, uint32_t count, struct vk_sync_wait *waits) process_waits() argument 527 process_signals(struct v3dv_queue *queue, uint32_t count, struct vk_sync_signal *signals) process_signals() argument 578 set_in_syncs(struct v3dv_queue *queue, struct v3dv_job *job, enum v3dv_queue_type queue_sync, uint32_t *count, struct v3dv_submit_sync_info *sync_info) set_in_syncs() argument 641 set_out_syncs(struct v3dv_queue *queue, struct v3dv_job *job, enum v3dv_queue_type queue_sync, uint32_t *count, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) set_out_syncs() argument [all...] |
H A D | v3dv_pipeline_cache.c | 688 uint32_t count = blob_read_uint32(&blob); pipeline_cache_load() local 1006 uint32_t count = 0; v3dv_GetPipelineCacheData() local [all...] |
H A D | v3dv_query.c | 539 v3dv_get_query_pool_results(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t first, uint32_t count, void *data, VkDeviceSize stride, VkQueryResultFlags flags) v3dv_get_query_pool_results() argument 667 v3dv_reset_query_pools(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t first, uint32_t count) v3dv_reset_query_pools() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_constant_expression.cpp | 596 int count = 0; in find_msb_uint() local
|
H A D | serialize.cpp | 601 unsigned count = 1; in write_uniform_remap_table() local 661 uint32_t count = blob_read_uint32(metadata); in read_uniform_remap_table() local
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 35 radix_sort_vk_get_memory_requirements(radix_sort_vk_t const * rs, uint32_t count, radix_sort_vk_memory_requirements_t * mr) radix_sort_vk_get_memory_requirements() argument [all...] |
/third_party/libwebsockets/win32port/dirent/ |
H A D | dirent-win32.h | 1036 dirent_mbstowcs_s( size_t *pReturnValue, wchar_t *wcstr, size_t sizeInWords, const char *mbstr, size_t count) dirent_mbstowcs_s() argument 1088 dirent_wcstombs_s( size_t *pReturnValue, char *mbstr, size_t sizeInBytes, const wchar_t *wcstr, size_t count) dirent_wcstombs_s() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 757 v3d_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, const uint64_t *modifiers, int count) v3d_resource_create_with_modifiers() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_reg_allocate.cpp | 746 emit_unspill(const fs_builder &bld, struct shader_stats *stats, fs_reg dst, uint32_t spill_offset, unsigned count) emit_unspill() argument 815 emit_spill(const fs_builder &bld, struct shader_stats *stats, fs_reg src, uint32_t spill_offset, unsigned count) emit_spill() argument 1092 int count = regs_read(inst, i); spill_reg() local [all...] |
H A D | brw_compile_sf.c | 204 int count = 0; in count_flatshaded_attributes() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 110 unsigned count = 0; in svga_get_extra_constants_common() local 166 unsigned count = 0; in svga_get_extra_fs_constants() local 220 unsigned count = 0; svga_get_clip_plane_constants() local 249 unsigned count = 0; svga_get_extra_vs_constants() local 299 unsigned count = 0; svga_get_extra_gs_constants() local 349 unsigned count = 0; svga_get_extra_tcs_constants() local 372 unsigned count = 0; svga_get_extra_tes_constants() local 400 unsigned count = 0; svga_get_extra_cs_constants() local 418 emit_const_range(struct svga_context *svga, enum pipe_shader_type shader, unsigned offset, unsigned count, const float (*values)[4]) emit_const_range() argument 546 unsigned count; emit_consts_vgpu9() local 590 unsigned count; emit_consts_vgpu9() local [all...] |
H A D | svga_pipe_query.c | 1119 uint64_t count = 0; in svga_get_query_result() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 783 uint32_t count = MIN2(num_dwords, 2); in si_emit_thread_trace_userdata() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 112 unsigned count = 10; in kopper_CreateSurface() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 1290 int count = pParams->BackBufferCount; in NineSwapChain9_GetBackBufferCountForParams() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 959 lvp_CreateGraphicsPipelines( VkDevice _device, VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) lvp_CreateGraphicsPipelines() argument 1055 lvp_CreateComputePipelines( VkDevice _device, VkPipelineCache pipelineCache, uint32_t count, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) lvp_CreateComputePipelines() argument
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 418 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, struct st_framebuffer_iface *stfbi, const enum st_attachment_type *statts, unsigned count, struct pipe_resource **out) osmesa_st_framebuffer_validate() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glxext.c | 412 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, in __glXInitializeVisualConfigFromTags() argument
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 284 size_t count = 0; in TestUnzipFile() local
|