| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_perfcntr.h | 59 enum pipe_driver_query_result_type result_type; member in struct:fd_perfcntr_countable
|
| freedreno_query.c | 123 .result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_ ## _result_type, \ 218 info->result_type = c->result_type;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| spirv_builder.h | 175 spirv_builder_emit_undef(struct spirv_builder *b, SpvId result_type); 178 spirv_builder_emit_load(struct spirv_builder *b, SpvId result_type, 189 spirv_builder_emit_access_chain(struct spirv_builder *b, SpvId result_type, 197 spirv_builder_emit_unop_const(struct spirv_builder *b, SpvOp op, SpvId result_type, uint64_t operand); 200 spirv_builder_emit_unop(struct spirv_builder *b, SpvOp op, SpvId result_type, 204 spirv_builder_emit_binop(struct spirv_builder *b, SpvOp op, SpvId result_type, 208 spirv_builder_emit_triop(struct spirv_builder *b, SpvOp op, SpvId result_type, 212 spirv_builder_emit_quadop(struct spirv_builder *b, SpvOp op, SpvId result_type, 216 spirv_builder_emit_hexop(struct spirv_builder *b, SpvOp op, SpvId result_type, 221 spirv_builder_emit_composite_extract(struct spirv_builder *b, SpvId result_type, [all...] |
| spirv_builder.c | 375 spirv_builder_emit_undef(struct spirv_builder *b, SpvId result_type) 380 spirv_buffer_emit_word(&b->instructions, result_type); 422 spirv_builder_emit_load(struct spirv_builder *b, SpvId result_type, 425 return spirv_builder_emit_unop(b, SpvOpLoad, result_type, pointer); 450 spirv_builder_emit_access_chain(struct spirv_builder *b, SpvId result_type, 455 assert(result_type); 461 spirv_buffer_emit_word(&b->instructions, result_type); 480 spirv_builder_emit_unop_const(struct spirv_builder *b, SpvOp op, SpvId result_type, uint64_t operand) 485 spirv_buffer_emit_word(&b->instructions, result_type); 492 spirv_builder_emit_unop(struct spirv_builder *b, SpvOp op, SpvId result_type, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query.h | 20 enum pipe_query_value_type result_type,
|
| nvc0_query_hw.c | 391 enum pipe_query_value_type result_type, 409 result_type >= PIPE_QUERY_TYPE_I64 ? 2 : 1, 413 offset + (result_type >= PIPE_QUERY_TYPE_I64 ? 8 : 4)); 450 if (result_type == PIPE_QUERY_TYPE_I32) 452 else if (result_type == PIPE_QUERY_TYPE_U32) 512 offset + (result_type >= PIPE_QUERY_TYPE_I64 ? 8 : 4));
|
| nvc0_query.c | 81 enum pipe_query_value_type result_type, 91 q->funcs->get_query_result_resource(nvc0_context(pipe), q, wait, result_type, local
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query.h | 20 enum pipe_query_value_type result_type,
|
| nvc0_query_hw.c | 391 enum pipe_query_value_type result_type, 409 result_type >= PIPE_QUERY_TYPE_I64 ? 2 : 1, 413 offset + (result_type >= PIPE_QUERY_TYPE_I64 ? 8 : 4)); 450 if (result_type == PIPE_QUERY_TYPE_I32) 452 else if (result_type == PIPE_QUERY_TYPE_U32) 512 offset + (result_type >= PIPE_QUERY_TYPE_I64 ? 8 : 4));
|
| nvc0_query.c | 81 enum pipe_query_value_type result_type, 91 q->funcs->get_query_result_resource(nvc0_context(pipe), q, wait, result_type, local
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| freedreno_perfcntr.h | 88 enum fd_perfcntr_result_type result_type; member in struct:fd_perfcntr_countable 115 .result_type = FD_PERFCNTR_RESULT_TYPE_##_result_type, \
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| dag_test.cpp | 78 typedef struct { int order[num_nodes]; } result_type; \ 83 result_type res = {{ __VA_ARGS__ }}; \ 84 util_dynarray_append(&expect, result_type, res); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_queryobj.c | 391 enum pipe_query_value_type result_type; local 412 result_type = PIPE_QUERY_TYPE_I32; 415 result_type = PIPE_QUERY_TYPE_U32; 418 result_type = PIPE_QUERY_TYPE_I64; 421 result_type = PIPE_QUERY_TYPE_U64; 471 pipe->get_query_result_resource(pipe, stq->pq, wait, result_type, index,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 203 enum pipe_driver_query_result_type result_type; member in struct:query_info 323 switch (info->result_type) { 376 enum pipe_driver_query_result_type result_type, 396 info->result_type = result_type; 448 query.max_value.u64, query.type, query.result_type,
|
| hud_private.h | 174 enum pipe_driver_query_result_type result_type,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_queryobj.c | 398 enum pipe_query_value_type result_type; local 419 result_type = PIPE_QUERY_TYPE_I32; 422 result_type = PIPE_QUERY_TYPE_U32; 425 result_type = PIPE_QUERY_TYPE_I64; 428 result_type = PIPE_QUERY_TYPE_U64; 478 pipe->get_query_result_resource(pipe, stq->pq, wait, result_type, index,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 203 enum pipe_driver_query_result_type result_type; member in struct:query_info 323 switch (info->result_type) { 376 enum pipe_driver_query_result_type result_type, 396 info->result_type = result_type; 448 query.max_value.u64, query.type, query.result_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_query.c | 111 .result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_##_result_type, \ 244 info->result_type = query_result_type(c->result_type);
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| bi_builder.h | 1824 bi_instr * bi_fcmp_f32_to(bi_builder *b, bi_index dest0, bi_index src0, bi_index src1, enum bi_cmpf cmpf, enum bi_result_type result_type) 1832 I->result_type = result_type; 1838 bi_index bi_fcmp_f32(bi_builder *b, bi_index src0, bi_index src1, enum bi_cmpf cmpf, enum bi_result_type result_type) 1840 return (bi_fcmp_f32_to(b, bi_temp(b->shader), src0, src1, cmpf, result_type))->dest[0]; 1845 bi_instr * bi_fcmp_v2f16_to(bi_builder *b, bi_index dest0, bi_index src0, bi_index src1, enum bi_cmpf cmpf, enum bi_result_type result_type) 1853 I->result_type = result_type; 1859 bi_index bi_fcmp_v2f16(bi_builder *b, bi_index src0, bi_index src1, enum bi_cmpf cmpf, enum bi_result_type result_type) 1861 return (bi_fcmp_v2f16_to(b, bi_temp(b->shader), src0, src1, cmpf, result_type))->dest[0] [all...] |
| bi_packer.c | 599 unsigned result_type = I->result_type; local 600 assert(result_type < 4); 623 return 0x240000 | (src0 << 0) | (src1 << 3) | (abs1 << 6) | (neg0 << 7) | (neg1 << 8) | (abs0 << 12) | (cmpf << 13) | (result_type << 16) | (derived_9 << 9); 649 unsigned result_type = I->result_type; local 650 assert(result_type < 4); 678 return 0x640000 | (src0 << 0) | (src1 << 3) | (neg0 << 7) | (neg1 << 8) | (swz0 << 9) | (swz1 << 11) | (result_type << 16) | (derived_6 << 6) | (derived_13 << 13); 2829 unsigned result_type = I->result_type; local 2876 unsigned result_type = I->result_type; local 3822 unsigned result_type = result_type_table[I->result_type]; local 3836 unsigned result_type = result_type_table[I->result_type]; local 3861 unsigned result_type = result_type_table[I->result_type]; local 3894 unsigned result_type = result_type_table[I->result_type]; local 3916 unsigned result_type = result_type_table[I->result_type]; local 3950 unsigned result_type = result_type_table[I->result_type]; local 3976 unsigned result_type = result_type_table[I->result_type]; local 3990 unsigned result_type = result_type_table[I->result_type]; local 4015 unsigned result_type = result_type_table[I->result_type]; local 4047 unsigned result_type = result_type_table[I->result_type]; local 4061 unsigned result_type = result_type_table[I->result_type]; local 4075 unsigned result_type = result_type_table[I->result_type]; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_monitor.c | 64 info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_AVERAGE; 66 info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_CUMULATIVE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| virgl_query.c | 241 enum pipe_query_value_type result_type, 250 virgl_encode_get_query_result_qbo(vctx, query->handle, qbo, wait, result_type, offset, index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_query.c | 212 enum pipe_query_value_type result_type, 221 virgl_encode_get_query_result_qbo(vctx, query->handle, qbo, wait, result_type, offset, index);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| helper.c | 389 LispObj *object, LispObj *result_type) 394 if (result_type == NIL) 399 else if (result_type == T) 403 else if (!SYMBOLP(result_type)) 406 STRFUN(builtin), STROBJ(result_type)); 411 Atom_id atom = ATOMID(result_type); 445 STRFUN(builtin), ATOMID(result_type)->value); 562 STRFUN(builtin), STROBJ(object), ATOMID(result_type)->value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| gfx10_query.c | 279 bool wait, enum pipe_query_value_type result_type, 342 if (result_type == PIPE_QUERY_TYPE_I64 || result_type == PIPE_QUERY_TYPE_U64)
|