| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_expression_flattening.cpp | 28 * assignments of the leaves to temporaries, according to a predicate. 40 ir_expression_flattening_visitor(bool (*predicate)(ir_instruction *ir)) 42 this->predicate = predicate; 51 bool (*predicate)(ir_instruction *ir); member in class:ir_expression_flattening_visitor 56 bool (*predicate)(ir_instruction *ir)) 58 ir_expression_flattening_visitor v(predicate); 72 if (!ir || !this->predicate(ir))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_expression_flattening.cpp | 28 * assignments of the leaves to temporaries, according to a predicate. 40 ir_expression_flattening_visitor(bool (*predicate)(ir_instruction *ir)) 42 this->predicate = predicate; 51 bool (*predicate)(ir_instruction *ir); member in class:ir_expression_flattening_visitor 56 bool (*predicate)(ir_instruction *ir)) 58 ir_expression_flattening_visitor v(predicate); 72 if (!ir || !this->predicate(ir))
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| pci_id_driver_map.h | 79 bool (*predicate)(int fd); member in struct:__anon2524
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| pci_id_driver_map.h | 83 int (*predicate)(int fd); member in struct:__anon4845
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| eg_debug.c | 150 const char *predicate = PKT3_PREDICATE(ib[0]) ? "(predicate)" : ""; local 167 name, compute_mode, predicate); 170 name, compute_mode, predicate); 173 op, compute_mode, predicate);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir.h | 166 enum brw_predicate predicate; member in struct:backend_instruction::backend_instruction
|
| brw_fs_nir.cpp | 356 * the source, but invert the predicate on the if instruction. 865 inst->predicate = BRW_PREDICATE_NORMAL; 885 inst->predicate = BRW_PREDICATE_NORMAL; 1387 /* Get a regular C-style remainder. If a % b == 0, set the predicate. */ 1397 * turn that into a predicate. This leads us to an XOR.l instruction. 1405 inst->predicate = BRW_PREDICATE_NORMAL; 1413 inst->predicate = BRW_PREDICATE_NORMAL; 1674 inst->predicate = BRW_PREDICATE_NORMAL; 1786 inst->predicate = BRW_PREDICATE_NORMAL; variable 1948 inst->predicate = BRW_PREDICATE_NORMAL [all...] |
| brw_eu.h | 72 enum brw_predicate predicate:4; member in struct:brw_insn_state
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| i965_asm.h | 60 struct predicate { struct
|
| i965_gram.y | 353 struct predicate predicate; 443 /* predicate control */ 487 /* predicate control */ 489 %type <predicate> predicate 680 predicate unaryopcodes saturate cond_mod execsize dst srcaccimm instoptions 737 predicate binaryopcodes saturate cond_mod execsize dst srcimm srcimm instoptions 788 predicate binaryaccopcodes saturate cond_mod execsize dst srcacc srcimm instoptions 837 predicate MATH saturate math_function execsize dst src srcimm instoption 2175 predicate: label [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| eg_debug.c | 150 const char *predicate = PKT3_PREDICATE(ib[0]) ? "(predicate)" : ""; local 167 name, compute_mode, predicate); 170 name, compute_mode, predicate); 173 op, compute_mode, predicate);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_query.cpp | 50 struct d3d12_resource *predicate; member in struct:d3d12_query 159 pipe_resource *predicate = &query->predicate->base; local 162 pipe_resource_reference(&predicate, NULL); 475 if (!query->predicate) 476 query->predicate = d3d12_resource(pipe_buffer_create(pctx->screen, 0, 487 d3d12_transition_resource_state(ctx, query->predicate, D3D12_RESOURCE_STATE_COPY_DEST, D3D12_BIND_INVALIDATE_NONE); 489 ctx->cmdlist->CopyBufferRegion(d3d12_resource_resource(query->predicate), 0, 493 d3d12_transition_resource_state(ctx, query->predicate, D3D12_RESOURCE_STATE_PREDICATION, D3D12_BIND_INVALIDATE_NONE); 496 ctx->current_predication = query->predicate; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_compiler.h | 147 int predicate; /* Run this pass? */ member in struct:radeon_compiler_pass
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_compiler.h | 147 int predicate; /* Run this pass? */ member in struct:radeon_compiler_pass
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_shader.h | 168 enum brw_predicate predicate; member in struct:backend_instruction::backend_instruction
|
| brw_eu.h | 68 enum brw_predicate predicate:4; member in struct:brw_insn_state
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_debug.c | 260 const char *predicate = PKT3_PREDICATE(header) ? "(predicate)" : ""; local 273 fprintf(f, "%s%s%s%s:\n", O_COLOR_CYAN, name, predicate, O_COLOR_RESET); 275 fprintf(f, "%s%s%s%s:\n", O_COLOR_GREEN, name, predicate, O_COLOR_RESET); 277 fprintf(f, "%sPKT3_UNKNOWN 0x%x%s%s:\n", O_COLOR_RED, op, predicate, O_COLOR_RESET);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_pipe_query.c | 67 struct pipe_query *predicate; /** The associated query that can be used for predicate */ member in struct:svga_query 657 * predicate query along with the occlusion counter query. So when 659 * query of occlusion predicate type will be used 662 sq->predicate = svga_create_query(pipe, PIPE_QUERY_OCCLUSION_PREDICATE, index); 783 /* make sure to also destroy any associated predicate query */ 784 if (sq->predicate) 785 svga_destroy_query(pipe, sq->predicate); 862 /* also need to start the associated occlusion predicate query */ 863 if (sq->predicate) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_pipe_query.c | 66 struct pipe_query *predicate; /** The associated query that can be used for predicate */ member in struct:svga_query 698 * predicate query along with the occlusion counter query. So when 700 * query of occlusion predicate type will be used 703 sq->predicate = svga_create_query(pipe, PIPE_QUERY_OCCLUSION_PREDICATE, index); 796 /* make sure to also destroy any associated predicate query */ 797 if (sq->predicate) 798 svga_destroy_query(pipe, sq->predicate); 874 /* also need to start the associated occlusion predicate query */ 875 if (sq->predicate) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_target.h | 207 unsigned int predicate : 1; member in struct:nv50_ir::Target::OpInfo
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_query.c | 60 struct zink_resource *predicate; member in struct:zink_query 248 pipe_resource_reference((struct pipe_resource**)&query->predicate, NULL); 887 begin_info.buffer = ctx->render_condition.query->predicate->obj->buffer; 890 zink_batch_reference_resource_rw(batch, ctx->render_condition.query->predicate, false); 939 if (!query->predicate) { 947 query->predicate = zink_resource(pres); 950 struct zink_resource *res = query->predicate;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_debug.c | 222 const char *predicate = PKT3_PREDICATE(header) ? "(predicate)" : ""; local 239 name, predicate); 242 name, predicate); 245 op, predicate);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_target.h | 205 unsigned int predicate : 1; member in struct:nv50_ir::Target::OpInfo
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_batch_decoder.c | 1430 bool predicate = false; local 1441 predicate = iter.raw_value; 1445 if (!predicate) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_schedule.c | 345 * given predicate. */ 659 struct midgard_predicate *predicate) 661 /* Parse the predicate */ 662 unsigned tag = predicate->tag; 663 unsigned unit = predicate->unit; 665 bool no_cond = predicate->no_cond; 667 unsigned mask = predicate->mask; 668 unsigned dest = predicate->dest; 671 /* Iterate to find the best instruction satisfying the predicate */ 710 if (predicate->exclude != ~0 && instructions[i]->dest == predicate->exclude 803 struct midgard_predicate predicate = { local 1025 struct midgard_predicate predicate = { local 1055 struct midgard_predicate predicate = { local 1167 struct midgard_predicate predicate = { local [all...] |