Searched defs:overload (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_enums.c160 const char *dxil_overload_suffix( enum overload_type overload) argument
H A Ddxil_function.c80 enum overload_type overload; member in struct:func_descr
110 allocate_function_from_predefined(struct dxil_module * mod,const char * name,enum overload_type overload) argument
126 dxil_get_function(struct dxil_module * mod,const char * name,enum overload_type overload) argument
145 dxil_add_function(struct rb_tree * functions,const struct dxil_func * func,const char * name,enum overload_type overload) argument
156 get_type_from_string(struct dxil_module * mod,const char * param_descr,enum overload_type overload,int * idx) argument
190 dxil_alloc_func_with_rettype(struct dxil_module * mod,const char * name,enum overload_type overload,const struct dxil_type * retval_type,const char * param_descr,enum dxil_attr_kind attr) argument
230 dxil_alloc_func(struct dxil_module * mod,const char * name,enum overload_type overload,const char * retval_type_descr,const char * param_descr,enum dxil_attr_kind attr) argument
[all...]
H A Ddxil_module.c677 dxil_get_overload_type(struct dxil_module *mod, enum overload_type overload) argument
706 dxil_module_get_cbuf_ret_type(struct dxil_module *mod, enum overload_type overload) argument
847 dxil_module_get_resret_type(struct dxil_module *m, enum overload_type overload) argument
[all...]
H A Dnir_to_dxil.c453 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, argument
476 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, argument
498 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, argument
606 emit_bufferload_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[2],enum overload_type overload) argument
623 emit_bufferstore_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[2],const struct dxil_value * value[4],const struct dxil_value * write_mask,enum overload_type overload) argument
648 emit_textureload_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],enum overload_type overload) argument
670 emit_texturestore_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],const struct dxil_value * value[4],const struct dxil_value * write_mask,enum overload_type overload) argument
1774 enum overload_type overload = get_overload(info->input_types[0], src_bits); local in function:emit_unary_intin
1794 enum overload_type overload = get_overload(info->output_type, dst_bits); local in function:emit_binary_intin
1821 enum overload_type overload = get_overload(info->output_type, dst_bits); local in function:emit_tertiary_intin
1896 enum overload_type overload = get_overload(info->output_type, src_bits); local in function:emit_ufind_msb
2209 load_ubo(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * offset,enum overload_type overload) argument
2704 enum overload_type overload = DXIL_F32; local in function:emit_store_output
2788 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(glsl_get_array_elemen local in function:emit_load_input_array
2838 enum overload_type overload = get_overload(out_type, 32); local in function:emit_load_compact_input_array
2874 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(var->type)); local in function:emit_load_input_interpolated
2905 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(var->type)); local in function:emit_load_input_flat
3172 enum overload_type overload = get_overload(in_type, 32); local in function:emit_image_store
3237 enum overload_type overload = get_overload(out_type, 32); local in function:emit_image_load
3271 enum overload_type overload; member in struct:texop_parameters
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c2236 const char *overload[3] = { "", "", "" }; local in function:ac_build_image_opcode
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c2089 const char *overload[3] = {"", "", ""}; local in function:ac_build_image_opcode

Completed in 27 milliseconds