Searched defs:member (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dgl_spirv.c69 spec_constant_decoration_cb(struct vtn_builder * b,struct vtn_value * v,int member,const struct vtn_decoration * dec,void * data) argument
H A Dvtn_alu.c381 handle_no_contraction(struct vtn_builder * b,UNUSED struct vtn_value * val,UNUSED int member,const struct vtn_decoration * dec,UNUSED void * _void) argument
427 handle_conversion_opts(struct vtn_builder * b,UNUSED struct vtn_value * val,UNUSED int member,const struct vtn_decoration * dec,void * _opts) argument
450 handle_no_wrap(UNUSED struct vtn_builder * b,UNUSED struct vtn_value * val,UNUSED int member,const struct vtn_decoration * dec,void * _alu) argument
H A Dvtn_variables.c68 ptr_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
89 access_align_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
1320 gather_var_kind_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
1351 var_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
2314 ptr_nonuniform_workaround_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ptr) argument
[all...]
H A Dspirv_to_nir.c573 int member; local in function:_foreach_decoration_helper
969 mutable_matrix_member(struct vtn_builder *b, struct vtn_type *type, int member) argument
986 vtn_handle_access_qualifier(struct vtn_builder * b,struct vtn_type * type,int member,enum gl_access_qualifier access) argument
996 array_stride_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
1016 struct_member_decoration_cb(struct vtn_builder * b,UNUSED struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
1162 struct_member_matrix_stride_cb(struct vtn_builder * b,UNUSED struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
1203 struct_packed_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
1218 struct_block_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * ctx) argument
1233 type_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,UNUSED void * ctx) argument
1869 spec_constant_decoration_cb(struct vtn_builder * b,UNUSED struct vtn_value * val,ASSERTED int member,const struct vtn_decoration * dec,void * data) argument
1887 handle_workgroup_size_decoration_cb(struct vtn_builder * b,struct vtn_value * val,ASSERTED int member,const struct vtn_decoration * dec,UNUSED void * data) argument
2580 non_uniform_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c69 spec_constant_decoration_cb(struct vtn_builder * b,struct vtn_value * v,int member,const struct vtn_decoration * dec,void * data) argument
H A Dvtn_alu.c349 handle_no_contraction(struct vtn_builder *b, struct vtn_value *val, int member, argument
360 handle_rounding_mode(struct vtn_builder *b, struct vtn_value *val, int member, argument
H A Dvtn_variables.c49 ssa_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
542 unsigned member = deref_chain->link[idx].id; local in function:vtn_ssa_offset_pointer_dereference
1619 var_is_patch_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
1628 var_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, argument
1746 ptr_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ptr) argument
[all...]
H A Dspirv_to_nir.c430 int member; local in function:_foreach_decoration_helper
692 mutable_matrix_member(struct vtn_builder *b, struct vtn_type *type, int member) argument
709 vtn_handle_access_qualifier(struct vtn_builder * b,struct vtn_type * type,int member,enum gl_access_qualifier access) argument
719 array_stride_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
732 struct_member_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
874 struct_member_matrix_stride_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * void_ctx) argument
915 struct_block_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * ctx) argument
930 type_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * ctx) argument
1598 spec_constant_decoration_cb(struct vtn_builder * b,struct vtn_value * v,int member,const struct vtn_decoration * dec,void * data) argument
1642 handle_workgroup_size_decoration_cb(struct vtn_builder * b,struct vtn_value * val,int member,const struct vtn_decoration * dec,void * data) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_per_member_structs.c34 find_var_member(struct nir_variable *var, unsigned member, argument
107 build_member_deref(nir_builder *b, nir_deref_instr *deref, nir_variable *member) argument
140 nir_variable *member = find_var_member(base->var, deref->strct.index, local in function:rewrite_deref_instr
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_per_member_structs.c34 find_var_member(struct nir_variable *var, unsigned member, argument
125 build_member_deref(nir_builder *b, nir_deref_instr *deref, nir_variable *member) argument
158 nir_variable *member = find_var_member(base->var, deref->strct.index, local in function:rewrite_deref_instr
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c46 lp_build_struct_get_ptr(struct gallivm_state * gallivm,LLVMValueRef ptr,unsigned member,const char * name) argument
64 lp_build_struct_get(struct gallivm_state * gallivm,LLVMValueRef ptr,unsigned member,const char * name) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c46 lp_build_struct_get_ptr(struct gallivm_state * gallivm,LLVMValueRef ptr,unsigned member,const char * name) argument
64 lp_build_struct_get(struct gallivm_state * gallivm,LLVMValueRef ptr,unsigned member,const char * name) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump.c367 dump_uniformblockmember(struct uniformblockmember *member) argument
858 int member = 0; local in function:dump_program
[all...]
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.h136 const char member[SPH_MAX_CLASS_MEMBERS][SPH_MAX_NAME_SIZE]; member in struct:SPH_Font_Class_
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c721 dispatch_JoinSwapGroupSGIX(Display * dpy,GLXDrawable drawable,GLXDrawable member) argument
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c730 dispatch_JoinSwapGroupSGIX(Display * dpy,GLXDrawable drawable,GLXDrawable member) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.cpp1681 const glsl_type *member = this->fields.structure[i].type; local in function:glsl_type::component_slots_aligned
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c350 emit_member_decoration(struct spirv_builder *b, SpvId target, uint32_t member, argument
366 spirv_builder_emit_member_offset(struct spirv_builder * b,SpvId target,uint32_t member,uint32_t offset) argument
H A Dnir_to_spirv.c1386 uint32_t member[2]; local in function:emit_so_outputs
1994 SpvId member = emit_uint_const(ctx, 32, 0); local in function:emit_load_bo
2096 SpvId member = emit_uint_const(ctx, 32, 0); local in function:emit_store_ssbo
2211 SpvId member = spirv_builder_emit_access_chain(&ctx->builder, ptr_type, local in function:emit_store_deref
2245 SpvId member = spirv_builder_emit_access_chain(&ctx->builder, ptr_type, local in function:emit_load_shared
2286 SpvId member = spirv_builder_emit_access_chain(&ctx->builder, ptr_type, local in function:emit_store_shared
2319 SpvId member = get_src(ctx, &intr->src[0]); local in function:emit_load_push_const
2521 SpvId member = emit_uint_const(ctx, 32, 0); local in function:emit_ssbo_atomic_intrinsic
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3028 _string_list_contains(string_list_t *list, const char *member, int *index) argument
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3329 _string_list_contains(string_list_t *list, const char *member, int *index) argument
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1113 GLXDrawable member; member in struct:GLXJoinSwapGroupSGIX

Completed in 58 milliseconds