| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_job.c | 47 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 48 tfe.enable = false;
|
| H A D | v3dx_emit.c | 708 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 709 tfe.number_of_16_bit_output_data_specs_following = 711 tfe.enable = tf_enabled; 714 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_ENABLE, tfe) { 715 tfe.number_of_32_bit_output_buffer_address_following = 717 tfe.number_of_16_bit_output_data_specs_following = 726 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 727 tfe.enable = false;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_job.c | 62 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 63 tfe.enable = false;
|
| H A D | v3dx_emit.c | 747 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 748 tfe.number_of_16_bit_output_data_specs_following = 750 tfe.enable = tf_enabled; 753 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_ENABLE, tfe) { 754 tfe.number_of_32_bit_output_buffer_address_following = 756 tfe.number_of_16_bit_output_data_specs_following = 765 cl_emit(&job->bcl, TRANSFORM_FEEDBACK_SPECS, tfe) { 766 tfe.enable = false;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 248 aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc && aM.tfe == bM.tfe && 256 aM.tfe == bM.tfe && aM.lds == bM.lds && aM.disable_wqm == bM.disable_wqm; 262 aM.glc == bM.glc && aM.slc == bM.slc && aM.tfe == bM.tfe && aM.da == bM.da &&
|
| H A D | aco_print_ir.cpp | 380 if (mubuf.tfe) 381 fprintf(output, " tfe"); 415 if (mimg.tfe) 416 fprintf(output, " tfe"); 542 if (mtbuf.tfe) 543 fprintf(output, " tfe");
|
| H A D | aco_assembler.cpp | 404 encoding |= (mubuf.tfe ? 1 : 0) << 23; 437 encoding |= (mtbuf.tfe ? 1 : 0) << 23; 462 encoding |= mimg.tfe ? 1 << 16 : 0;
|
| H A D | aco_ir.h | 1530 bool tfe : 1; /* texture fail enable */ member in struct:aco::MUBUF_instruction 1558 uint16_t tfe : 1; /* texture fail enable */ member in struct:aco::MTBUF_instruction 1583 bool tfe : 1; /* texture fail enable */ member in struct:aco::MIMG_instruction
|
| H A D | aco_instruction_selection.cpp | 6179 load->tfe = is_sparse; 6180 if (load->tfe) 6199 load->tfe = is_sparse; 9584 mubuf->tfe = instr->is_sparse; 9585 if (mubuf->tfe) 9633 tex->tfe = instr->is_sparse; 9781 tex->tfe = instr->is_sparse;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 271 bool can_speculate, bool d16, bool tfe); 415 bool tfe : 1; member in struct:ac_image_args
|
| H A D | ac_nir_to_llvm.c | 1525 assert((!args->tfe || !args->d16) && "unsupported"); 1539 args->tfe); 2548 args.tfe = instr->intrinsic == nir_intrinsic_image_deref_sparse_load; 2565 args.tfe); 2566 res = ac_build_expand(&ctx->ac, res, num_channels, args.tfe ? 5 : 4); 2590 if (args.tfe) { 2602 res = ac_build_gather_values(&ctx->ac, values, 4 + args.tfe); 4852 args.tfe = instr->is_sparse;
|
| H A D | ac_llvm_build.c | 1283 bool can_speculate, bool d16, bool tfe) 1285 if (tfe) { 1298 "buffer_load_format_xyzw v[0:3], $1, $2, 0, idxen offen %s %s tfe %s\n" 2168 if (a->tfe) { 2212 args[num_args++] = a->tfe ? ctx->i32_1 : ctx->i32_0; /* texfailctrl */ 2305 if (a->tfe) { 1280 ac_build_buffer_load_format(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,unsigned cache_policy,bool can_speculate,bool d16,bool tfe) argument
|