Searched refs:member_name (Results 1 - 11 of 11) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_per_member_structs.c75 char *member_name = NULL; local in function:split_variable
78 member_name = ralloc_strdup(dead_ctx, var->name);
81 ralloc_strcat(&member_name, "[*]");
86 member_name = ralloc_asprintf(dead_ctx, "%s.%s",
87 member_name, field_name);
89 member_name = ralloc_asprintf(dead_ctx, "%s.@%d", member_name, i);
95 member_type(var->type, i), member_name);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c90 const char *member_name,
116 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
136 const char *member_name,
162 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
85 draw_llvm_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
131 draw_llvm_sampler_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned sampler_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c96 const char *member_name,
122 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
174 const char *member_name,
200 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
91 lp_llvm_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp105 const char *member_name,
145 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
202 const char *member_name,
242 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
100 swr_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Ddump_state.py139 for member_name, member_node in node.members:
140 member_name = member_name.replace('.', '_')
142 setattr(struct, member_name, member_value)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_per_member_structs.c75 char *member_name = NULL; local in function:split_variable
78 member_name = ralloc_strdup(dead_ctx, var->name);
81 ralloc_strcat(&member_name, "[*]");
86 member_name = ralloc_asprintf(dead_ctx, "%s.%s",
87 member_name, field_name);
89 member_name = ralloc_asprintf(dead_ctx, "%s.@%d", member_name, i);
95 member_type(var->type, i), member_name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c108 const char *member_name,
139 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
159 const char *member_name,
185 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
205 const char *member_name,
236 lp_build_name(res, "context.image%u.%s", image_unit, member_name);
102 draw_llvm_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,LLVMValueRef texture_unit_offset,unsigned member_index,const char * member_name,boolean emit_load) argument
154 draw_llvm_sampler_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned sampler_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
199 draw_llvm_image_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned image_unit,LLVMValueRef image_unit_offset,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c116 const char *member_name,
147 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
203 const char *member_name,
229 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
269 const char *member_name,
300 lp_build_name(res, "context.image%u.%s", image_unit, member_name);
110 lp_llvm_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,LLVMValueRef texture_unit_offset,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp106 const char *member_name,
152 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
212 const char *member_name,
258 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
101 swr_texture_member(const struct lp_sampler_dynamic_state * base,struct gallivm_state * gallivm,LLVMValueRef context_ptr,unsigned texture_unit,unsigned member_index,const char * member_name,boolean emit_load) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Ddump_state.py140 for member_name, member_node in node.members:
141 member_name = member_name.replace('.', '_')
143 setattr(struct, member_name, member_value)
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_cmd_queue_gen.py343 member_name = "cmd->u.%s.%s->%s" % (to_struct_field_name(command.name), to_field_name(param.name), member.name)
345 member_frees += "vk_free(queue->alloc, (%s)%s);\n" % (const_cast, member_name)

Completed in 16 milliseconds