Searched refs:is_compact (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h123 bool is_compact,
H A Dac_nir_to_llvm.c1934 const bool is_compact = var->data.compact; local in function:load_tess_varyings
1953 is_patch, is_compact, load_inputs);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp479 bool is_compact = brw_inst_cmpt_control(devinfo, inst); local in function:brw_label_assembly
481 if (is_compact) {
504 if (is_compact) {
H A Dbrw_eu_validate.c2149 bool is_compact = brw_inst_cmpt_control(devinfo, inst); local in function:brw_validate_instructions
2150 unsigned inst_size = is_compact ? sizeof(brw_compact_inst)
2154 if (is_compact) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h273 bool is_compact,
H A Dsi_shader.c1225 bool is_compact,
1332 bool is_compact,
1215 si_nir_load_tcs_varyings(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
1322 si_nir_load_input_tes(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_emit.c742 bool is_compact = ins->unit == ALU_ENAB_BR_COMPACT; local in function:emit_branch
805 (is_compact && !is_conditional) ?
809 if (is_compact) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c66 bool is_compact = nir_deref_instr_get_variable(deref)->data.compact; local in function:gather_usage_helper
67 unsigned elem_size = is_compact ? DIV_ROUND_UP(glsl_get_length(deref->type), 4) :
70 if (is_compact) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1420 bool is_compact,
1430 if (const_index && !is_compact)
1484 bool is_compact,
1506 dw_addr = get_dw_address(ctx, dw_addr, param, const_index, is_compact, vertex_index, stride,
1531 const bool is_compact = var->data.compact; local in function:store_tcs_output
1547 if ((location == VARYING_SLOT_CLIP_DIST0 || location == VARYING_SLOT_CLIP_DIST1) && is_compact) {
1564 dw_addr = get_dw_address(ctx, dw_addr, param, const_index, is_compact, vertex_index, stride,
1566 buf_addr = get_tcs_tes_buffer_address_params(ctx, param, const_index, is_compact,
1574 unsigned base = is_compact ? const_index : 0;
1613 bool is_compact,
1417 get_tcs_tes_buffer_address_params(struct radv_shader_context * ctx,unsigned param,unsigned const_index,bool is_compact,LLVMValueRef vertex_index,LLVMValueRef indir_index) argument
1474 load_tcs_varyings(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef indir_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
1603 load_tes_input(struct ac_shader_abi * abi,LLVMTypeRef type,LLVMValueRef vertex_index,LLVMValueRef param_index,unsigned const_index,unsigned location,unsigned driver_location,unsigned component,unsigned num_components,bool is_patch,bool is_compact,bool load_input) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_validate.c1835 bool is_compact = brw_inst_cmpt_control(devinfo, inst); local in function:brw_validate_instructions
1838 if (is_compact) {
1864 if (is_compact) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c539 bool is_compact,
566 if (is_compact) {
596 indir_index && !is_compact ? true : false,
598 indir_index && is_compact ? true : false,
538 emit_store_tcs_chan(struct lp_build_nir_context * bld_base,bool is_compact,unsigned bit_size,unsigned location,unsigned const_index,LLVMValueRef indir_vertex_index,LLVMValueRef indir_index,unsigned comp,unsigned chan,LLVMValueRef chan_val) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c3966 bool is_compact = ins->unit == ALU_ENAB_BR_COMPACT; local in function:midgard_compile_shader_nir
4032 (is_compact && !is_conditional) ? midgard_jmp_writeout_op_branch_uncond :
4035 if (!is_compact) {

Completed in 40 milliseconds