Searched defs:comp_type (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.h | 44 uint32_t comp_type; // Type of bits. member in struct:dxil_signature_element
|
| H A D | dxil_signature.c | 39 enum dxil_prog_sig_comp_type comp_type; member in struct:semantic_info
|
| H A D | dxil_module.c | 741 dxil_module_get_type_from_comp_type(struct dxil_module *m, enum dxil_component_type comp_type) argument 761 get_res_comp_type_name(enum dxil_component_type comp_type) argument 807 dxil_module_get_res_type(struct dxil_module * m,enum dxil_resource_kind kind,enum dxil_component_type comp_type,bool readwrite) argument
|
| H A D | nir_to_dxil.c | 855 enum dxil_component_type comp_type; local in function:emit_srv 307 emit_srv_metadata(struct dxil_module * m,const struct dxil_type * elem_type,const char * name,const resource_array_layout * layout,enum dxil_component_type comp_type,enum dxil_resource_kind res_kind) argument 333 emit_uav_metadata(struct dxil_module * m,const struct dxil_type * struct_type,const char * name,const resource_array_layout * layout,enum dxil_component_type comp_type,enum dxil_resource_kind res_kind) argument 933 emit_uav(struct ntd_context * ctx,unsigned binding,unsigned space,unsigned count,enum dxil_component_type comp_type,enum dxil_resource_kind res_kind,const char * name) argument 973 enum dxil_component_type comp_type = dxil_get_comp_type(var->type); local in function:emit_uav_var [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 4104 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); local in function:visit_intrinsic 4116 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); local in function:visit_intrinsic 4150 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); local in function:visit_intrinsic [all...] |
Completed in 40 milliseconds