Searched refs:comp_type (Results 1 - 7 of 7) 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 105 info->comp_type = 406 elm->comp_type = (uint32_t) semantic->comp_type; 436 psv_elm->component_type = semantic->comp_type; //`??
|
| H A D | dxil_module.h | 272 enum dxil_component_type comp_type, bool readwrite);
|
| H A D | nir_to_dxil.c | 309 enum dxil_component_type comp_type, 322 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); 335 enum dxil_component_type comp_type, 350 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); 855 enum dxil_component_type comp_type; local in function:emit_srv 859 comp_type = DXIL_COMP_TYPE_INVALID; 863 comp_type = dxil_get_comp_type(var->type); 867 const struct dxil_type *res_type_as_type = dxil_module_get_res_type(&ctx->mod, res_kind, comp_type, false /* readwrite */); 869 &layout, comp_type, res_kind); 934 enum dxil_component_type comp_type, enu 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...] |
| 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 743 switch (comp_type) { 761 get_res_comp_type_name(enum dxil_component_type comp_type) argument 763 switch (comp_type) { 808 enum dxil_component_type comp_type, bool readwrite) 822 const struct dxil_type *component_type = dxil_module_get_type_from_comp_type(m, comp_type); 828 get_res_comp_type_name(comp_type), 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 | dxil_dump.c | 737 component_type_as_string(io->elements[j].comp_type));
|
| /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 4106 ? comp_type 4107 : LLVMVectorType(comp_type, instr->dest.ssa.num_components); 4116 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); local in function:visit_intrinsic 4118 ptr = LLVMBuildBitCast(ctx->ac.builder, ptr, LLVMPointerType(comp_type, addr_space), ""); 4127 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); 4150 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); local in function:visit_intrinsic 4152 ? comp_type 4153 : LLVMVectorType(comp_type, inst [all...] |
Completed in 33 milliseconds