| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| H A D | vk_alloc.h | 32 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 40 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 54 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument 71 vk_strdup(const VkAllocationCallbacks * alloc,const char * s,VkSystemAllocationScope scope) argument 88 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 100 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | symbol_table.c | 89 struct scope_level *const scope = table->current_scope; local in function:_mesa_symbol_table_pop_scope 121 struct scope_level *const scope = calloc(1, sizeof(*scope)); local in function:_mesa_symbol_table_push_scope [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | symbol_table.c | 89 struct scope_level *const scope = table->current_scope; local in function:_mesa_symbol_table_pop_scope 121 struct scope_level *const scope = calloc(1, sizeof(*scope)); local in function:_mesa_symbol_table_push_scope [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_alloc.h | 40 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 48 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 62 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument 79 vk_strdup(const VkAllocationCallbacks * alloc,const char * s,VkSystemAllocationScope scope) argument 96 vk_vasprintf(const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope,const char * fmt,va_list args) argument 109 vk_asprintf(const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope,const char * fmt,...) argument 122 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 134 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 229 vk_multialloc_alloc(struct vk_multialloc * ma,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument 264 vk_multialloc_alloc2(struct vk_multialloc * ma,const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument 273 vk_multialloc_zalloc(struct vk_multialloc * ma,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument 288 vk_multialloc_zalloc2(struct vk_multialloc * ma,const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_common.h | 82 vn_trace_scope_end(int *scope) argument
|
| H A D | vn_descriptor_set.c | 537 vn_update_descriptor_sets_alloc(uint32_t write_count,uint32_t image_count,uint32_t buffer_count,uint32_t view_count,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| H A D | decode.c | 154 struct decode_scope *scope; member in struct:decode_state 253 struct decode_scope *scope local in function:push_scope 266 pop_scope(struct decode_scope * scope) argument 278 evaluate_expr(struct decode_scope * scope,isa_expr_t expr) argument 361 find_field(struct decode_scope * scope,const struct isa_bitset * bitset,const char * name,size_t name_len) argument 401 extract_field(struct decode_scope * scope,const struct isa_field * field) argument 420 find_display(struct decode_scope * scope,const struct isa_bitset * bitset) argument 462 display_bitset_field(struct decode_scope * scope,const struct isa_field * field,bitmask_t val) argument 479 display_enum_field(struct decode_scope * scope,const struct isa_field * field,bitmask_t val) argument 495 resolve_field(struct decode_scope * scope,const char * field_name,size_t field_name_len,bitmask_t * valp) argument 533 isa_decode_field(struct decode_scope * scope,const char * field_name) argument 546 display_field(struct decode_scope * scope,const char * field_name) argument 668 display(struct decode_scope * scope) argument 738 struct decode_scope *scope = push_scope(state, b, instr); local in function:decode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 252 print_scope(sync_scope scope, FILE* output, const char* prefix = "scope") argument
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcGeneric.c | 356 FontScope scope,sc_ptr; local in function:_XlcParse_scopemaps 646 FontScope scope; local in function:create_ctextseg
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_liverange.cpp | 299 void temp_access::record_write(int line, prog_scope *scope, int writemask, bool is_array_elm) argument 316 record_read(int line,prog_scope * scope,int readmask,bool is_array_elm) argument 388 record_read(int line,prog_scope * scope) argument 445 record_write(int line,prog_scope * scope) argument 485 record_ifelse_write(const prog_scope & scope) argument 500 record_if_write(const prog_scope & scope) argument 524 record_else_write(const prog_scope & scope) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_print.c | 939 nir_scope scope = local in function:print_intrinsic_instr
|
| H A D | nir_builder.h | 1798 nir_scoped_memory_barrier(nir_builder * b,nir_scope scope,nir_memory_semantics semantics,nir_variable_mode modes) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2507 SpvScope scope; local in function:vtn_handle_variables 2549 SpvScope scope; local in function:vtn_handle_variables 2290 vtn_emit_make_visible_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument 2302 vtn_emit_make_available_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument [all...] |
| H A D | vtn_private.h | 636 int scope; member in struct:vtn_decoration
|
| H A D | spirv_to_nir.c | 2417 vtn_scope_to_nir_scope(struct vtn_builder * b,SpvScope scope) argument 2482 vtn_emit_scoped_memory_barrier(struct vtn_builder * b,SpvScope scope,SpvMemorySemanticsMask semantics) argument 3179 SpvScope scope = SpvScopeInvocation; local in function:vtn_handle_image 3610 SpvScope scope = SpvScopeInvocation; local in function:vtn_handle_atomics 4048 vtn_emit_memory_barrier(struct vtn_builder * b,SpvScope scope,SpvMemorySemanticsMask semantics) argument 4150 SpvScope scope = vtn_constant_uint(b, w[1]); local in function:vtn_handle_barrier 5939 SpvScope scope = vtn_constant_uint(b, w[3]); local in function:vtn_handle_body_instruction [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_private.h | 565 int scope; member in struct:vtn_decoration
|
| H A D | spirv_to_nir.c | 3290 vtn_emit_memory_barrier(struct vtn_builder * b,SpvScope scope,SpvMemorySemanticsMask semantics) argument 3388 SpvScope scope = vtn_constant_uint(b, w[1]); local in function:vtn_handle_barrier [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 505 record_write(int line,prog_scope * scope,int writemask) argument 519 record_read(int line,prog_scope * scope,int readmask) argument 543 record_access(int line,prog_scope * scope,int swizzle) argument 660 record_read(int line,prog_scope * scope) argument 716 record_write(int line,prog_scope * scope) argument 756 record_ifelse_write(const prog_scope & scope) argument 771 record_if_write(const prog_scope & scope) argument 795 record_else_write(const prog_scope & scope) argument 1043 record_read(const st_src_reg & src,int line,prog_scope * scope) argument 1066 record_write(const st_dst_reg & dst,int line,prog_scope * scope,bool can_reswizzle) argument 1205 prog_scope *scope = scopes.create(cur_scope, switch_body, switch_id++, local in function:get_temp_registers_required_live_ranges 1242 prog_scope *scope = scopes.create(switch_scope, t, local in function:get_temp_registers_required_live_ranges 1406 dump_instruction(ostream & os,int line,prog_scope * scope,const glsl_to_tgsi_instruction & inst) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 438 spirv_builder_emit_atomic_store(struct spirv_builder *b, SpvId pointer, SpvScope scope, argument 1509 spirv_builder_emit_memory_barrier(struct spirv_builder *b, SpvScope scope, SpvMemorySemanticsMask semantics) argument 1518 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, SpvMemorySemanticsMask semantics) argument
|
| H A D | nir_to_spirv.c | 144 get_scope(nir_scope scope) argument 2748 SpvScope scope = get_scope(nir_intrinsic_memory_scope(intr)); local in function:emit_shader_clock
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu.h | 1372 lsc_fence_msg_desc(UNUSED const struct intel_device_info * devinfo,enum lsc_fence_scope scope,enum lsc_flush_type flush_type,bool route_to_lsc) argument
|
| H A D | brw_eu_emit.c | 3262 enum lsc_fence_scope scope = LSC_FENCE_THREADGROUP; local in function:gfx12_set_memory_fence_message
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 505 record_write(int line,prog_scope * scope,int writemask) argument 519 record_read(int line,prog_scope * scope,int readmask) argument 543 record_access(int line,prog_scope * scope,int swizzle) argument 660 record_read(int line,prog_scope * scope) argument 716 record_write(int line,prog_scope * scope) argument 756 record_ifelse_write(const prog_scope & scope) argument 771 record_if_write(const prog_scope & scope) argument 795 record_else_write(const prog_scope & scope) argument 1043 record_read(const st_src_reg & src,int line,prog_scope * scope) argument 1066 record_write(const st_dst_reg & dst,int line,prog_scope * scope,bool can_reswizzle) argument 1205 prog_scope *scope = scopes.create(cur_scope, switch_body, switch_id++, local in function:get_temp_registers_required_live_ranges 1242 prog_scope *scope = scopes.create(switch_scope, t, local in function:get_temp_registers_required_live_ranges 1406 dump_instruction(ostream & os,int line,prog_scope * scope,const glsl_to_tgsi_instruction & inst) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 469 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 543 anv_multialloc_alloc(struct anv_multialloc * ma,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument 579 anv_multialloc_alloc2(struct anv_multialloc * ma,const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
|