Searched defs:component_size (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp214 unsigned component_size = width * type_sz(entry->tmp.type); local in function:vec4_visitor::opt_cse_local
235 unsigned component_size = width * type_sz(inst->dst.type); local in function:vec4_visitor::opt_cse_local
H A Dbrw_fs.cpp512 fs_reg::component_size(unsigned width) const function in class:fs_reg
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp214 unsigned component_size = width * type_sz(entry->tmp.type); local in function:vec4_visitor::opt_cse_local
235 unsigned component_size = width * type_sz(inst->dst.type); local in function:vec4_visitor::opt_cse_local
H A Dbrw_fs.cpp561 fs_reg::component_size(unsigned width) const function in class:fs_reg
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.h65 int component_size; member in struct:lima_varying_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_context.h72 int component_size; member in struct:lima_varying_info
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp3821 unsigned component_size = var->type->contains_double() ? 8 : 4; local in function:apply_layout_qualifier_to_variable
8310 unsigned component_size = block_type->contains_double() ? 8 : 4; local in function:ast_interface_block::hir
2865 validate_xfb_offset_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,int xfb_offset,const glsl_type * type,unsigned component_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp3763 unsigned component_size = var->type->contains_double() ? 8 : 4; local in function:apply_layout_qualifier_to_variable
8050 unsigned component_size = block_type->contains_double() ? 8 : 4; local in function:ast_interface_block::hir
2796 validate_xfb_offset_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,int xfb_offset,const glsl_type * type,unsigned component_size) argument
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp422 unsigned component_size = dst.size() / num_components; local in function:aco::__anon562fcc110110::expand_vector
498 byte_align_vector(isel_context* ctx, Temp vec, Operand offset, Temp dst, unsigned component_size) argument
3634 unsigned component_size; member in struct:aco::__anon562fcc110110::LoadEmitInfo
3664 unsigned component_size = info.component_size; local in function:aco::__anon562fcc110110::emit_load
5422 load_buffer(isel_context * ctx,unsigned num_components,unsigned component_size,Temp dst,Temp rsrc,Temp offset,unsigned align_mul,unsigned align_offset,bool glc=false,bool allow_smem=true,memory_sync_info sync=memory_sync_info ()) argument
6708 unsigned component_size = instr->dest.ssa.bit_size / 8; local in function:aco::__anon562fcc110110::visit_load_global
[all...]

Completed in 60 milliseconds