Searched defs:comp_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.h44 uint32_t comp_type; // Type of bits. member in struct:dxil_signature_element
H A Ddxil_signature.c39 enum dxil_prog_sig_comp_type comp_type; member in struct:semantic_info
H A Ddxil_module.c741 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 Dnir_to_dxil.c855 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 Dac_nir_to_llvm.c4104 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