Searched refs:result_type (Results 1 - 25 of 91) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfcntr.h59 enum pipe_driver_query_result_type result_type; member in struct:fd_perfcntr_countable
H A Dfreedreno_query.c123 .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/
H A Dspirv_builder.h175 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...]
H A Dspirv_builder.c375 spirv_builder_emit_undef(struct spirv_builder *b, SpvId result_type) argument
380 spirv_buffer_emit_word(&b->instructions, result_type);
422 spirv_builder_emit_load(struct spirv_builder *b, SpvId result_type, argument
425 return spirv_builder_emit_unop(b, SpvOpLoad, result_type, pointer);
450 spirv_builder_emit_access_chain(struct spirv_builder *b, SpvId result_type, argument
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) argument
485 spirv_buffer_emit_word(&b->instructions, result_type);
492 spirv_builder_emit_unop(struct spirv_builder *b, SpvOp op, SpvId result_type, argument
505 spirv_builder_emit_binop(struct spirv_builder * b,SpvOp op,SpvId result_type,SpvId operand0,SpvId operand1) argument
519 spirv_builder_emit_triop(struct spirv_builder * b,SpvOp op,SpvId result_type,SpvId operand0,SpvId operand1,SpvId operand2) argument
534 spirv_builder_emit_quadop(struct spirv_builder * b,SpvOp op,SpvId result_type,SpvId operand0,SpvId operand1,SpvId operand2,SpvId operand3) argument
550 spirv_builder_emit_hexop(struct spirv_builder * b,SpvOp op,SpvId result_type,SpvId operand0,SpvId operand1,SpvId operand2,SpvId operand3,SpvId operand4,SpvId operand5) argument
569 spirv_builder_emit_composite_extract(struct spirv_builder * b,SpvId result_type,SpvId composite,const uint32_t indexes[],size_t num_indexes) argument
589 spirv_builder_emit_composite_construct(struct spirv_builder * b,SpvId result_type,const SpvId constituents[],size_t num_constituents) argument
609 spirv_builder_emit_vector_shuffle(struct spirv_builder * b,SpvId result_type,SpvId vector_1,SpvId vector_2,const uint32_t components[],size_t num_components) argument
630 spirv_builder_emit_vector_extract(struct spirv_builder * b,SpvId result_type,SpvId vector_1,uint32_t component) argument
647 spirv_builder_emit_vector_insert(struct spirv_builder * b,SpvId result_type,SpvId vector_1,SpvId component,uint32_t index) argument
706 spirv_builder_emit_phi(struct spirv_builder * b,SpvId result_type,size_t num_vars,size_t * position) argument
746 spirv_builder_emit_image_sample(struct spirv_builder * b,SpvId result_type,SpvId sampled_image,SpvId coordinate,bool proj,SpvId lod,SpvId bias,SpvId dref,SpvId dx,SpvId dy,SpvId const_offset,SpvId offset) argument
813 spirv_builder_emit_image(struct spirv_builder * b,SpvId result_type,SpvId sampled_image) argument
826 spirv_builder_emit_image_texel_pointer(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId coordinate,SpvId sample) argument
839 spirv_builder_emit_image_read(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId coordinate,SpvId lod,SpvId sample,SpvId offset) argument
917 spirv_builder_emit_image_gather(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId coordinate,SpvId component,SpvId lod,SpvId sample,SpvId const_offset,SpvId offset,SpvId dref) argument
972 spirv_builder_emit_image_fetch(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId coordinate,SpvId lod,SpvId sample,SpvId const_offset,SpvId offset) argument
1019 spirv_builder_emit_image_query_size(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId lod) argument
1045 spirv_builder_emit_image_query_levels(struct spirv_builder * b,SpvId result_type,SpvId image) argument
1053 spirv_builder_emit_image_query_lod(struct spirv_builder * b,SpvId result_type,SpvId image,SpvId coords) argument
1073 spirv_builder_emit_ext_inst(struct spirv_builder * b,SpvId result_type,SpvId set,uint32_t instruction,const SpvId * args,size_t num_args) argument
1463 spirv_builder_const_composite(struct spirv_builder * b,SpvId result_type,const SpvId constituents[],size_t num_constituents) argument
1473 spirv_builder_spec_const_composite(struct spirv_builder * b,SpvId result_type,const SpvId constituents[],size_t num_constituents) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h20 enum pipe_query_value_type result_type,
H A Dnvc0_query_hw.c391 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));
388 nvc0_hw_get_query_result_resource(struct nvc0_context * nvc0,struct nvc0_query * q,boolean wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
H A Dnvc0_query.c81 enum pipe_query_value_type result_type,
91 q->funcs->get_query_result_resource(nvc0_context(pipe), q, wait, result_type,
78 nvc0_get_query_result_resource(struct pipe_context * pipe,struct pipe_query * pq,boolean wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h20 enum pipe_query_value_type result_type,
H A Dnvc0_query_hw.c391 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));
388 nvc0_hw_get_query_result_resource(struct nvc0_context * nvc0,struct nvc0_query * q,bool wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
H A Dnvc0_query.c81 enum pipe_query_value_type result_type,
91 q->funcs->get_query_result_resource(nvc0_context(pipe), q, wait, result_type,
78 nvc0_get_query_result_resource(struct pipe_context * pipe,struct pipe_query * pq,bool wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
H A Dfreedreno_perfcntr.h88 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/
H A Ddag_test.cpp78 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/
H A Dst_cb_queryobj.c391 enum pipe_query_value_type result_type; local in function:st_StoreQueryResult
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.old/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c203 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,
370 hud_pipe_query_install(struct hud_batch_query_context ** pbq,struct hud_pane * pane,const char * name,enum pipe_query_type query_type,unsigned result_index,uint64_t max_value,enum pipe_driver_query_type type,enum pipe_driver_query_result_type result_type,unsigned flags) argument
H A Dhud_private.h172 enum pipe_driver_query_result_type result_type,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c398 enum pipe_query_value_type result_type; local in function:st_StoreQueryResult
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/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c203 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,
370 hud_pipe_query_install(struct hud_batch_query_context ** pbq,struct hud_pane * pane,const char * name,enum pipe_query_type query_type,unsigned result_index,uint64_t max_value,enum pipe_driver_query_type type,enum pipe_driver_query_result_type result_type,unsigned flags) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c111 .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/
H A Dbi_builder.h1824 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) argument
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) argument
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) argument
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) argument
1861 return (bi_fcmp_v2f16_to(b, bi_temp(b->shader), src0, src1, cmpf, result_type))
1866 bi_fcmp_to(bi_builder * b,unsigned bitsize,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
1877 bi_fcmp(bi_builder * b,unsigned bitsize,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3387 bi_icmp_i32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3401 bi_icmp_i32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3408 bi_icmp_s32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3422 bi_icmp_s32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3429 bi_icmp_u32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3443 bi_icmp_u32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3450 bi_icmp_v2i16_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3464 bi_icmp_v2i16(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3471 bi_icmp_v2s16_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3485 bi_icmp_v2s16(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3492 bi_icmp_v2u16_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3506 bi_icmp_v2u16(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3513 bi_icmp_v4i8_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3527 bi_icmp_v4i8(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3534 bi_icmp_v4s8_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3548 bi_icmp_v4s8(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3555 bi_icmp_v4u8_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3569 bi_icmp_v4u8(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3576 bi_icmp_to(bi_builder * b,nir_alu_type type,unsigned bitsize,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3601 bi_icmp(bi_builder * b,nir_alu_type type,unsigned bitsize,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3646 bi_icmpi_i32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3660 bi_icmpi_i32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3667 bi_icmpi_s32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3681 bi_icmpi_s32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3688 bi_icmpi_u32_to(bi_builder * b,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3702 bi_icmpi_u32(bi_builder * b,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3709 bi_icmpi_to(bi_builder * b,nir_alu_type type,bi_index dest0,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
3722 bi_icmpi(bi_builder * b,nir_alu_type type,bi_index src0,bi_index src1,enum bi_cmpf cmpf,enum bi_result_type result_type) argument
[all...]
H A Dbi_packer.c599 unsigned result_type = I->result_type; local in function:bi_pack_fma_fcmp_f32
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 in function:bi_pack_fma_fcmp_v2f16
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 in function:bi_pack_add_fcmp_f32
2876 unsigned result_type = I->result_type; local in function:bi_pack_add_fcmp_v2f16
3822 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_i32
3836 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_s32
3861 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_u32
3894 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v2i16
3916 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v2s16
3950 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v2u16
3976 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v4i8
3990 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v4s8
4015 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmp_v4u8
4047 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmpi_i32
4061 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmpi_s32
4075 unsigned result_type = result_type_table[I->result_type]; local in function:bi_pack_add_icmpi_u32
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dhelper.c389 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);
388 LispCoerce(LispBuiltin * builtin,LispObj * object,LispObj * result_type) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c212 enum pipe_query_value_type result_type,
221 virgl_encode_get_query_result_qbo(vctx, query->handle, qbo, wait, result_type, offset, index);
209 virgl_get_query_result_resource(struct pipe_context * ctx,struct pipe_query * q,boolean wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_monitor.c64 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/
H A Dvirgl_query.c241 enum pipe_query_value_type result_type,
250 virgl_encode_get_query_result_qbo(vctx, query->handle, qbo, wait, result_type, offset, index);
238 virgl_get_query_result_resource(struct pipe_context * ctx,struct pipe_query * q,bool wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c279 bool wait, enum pipe_query_value_type result_type,
342 if (result_type == PIPE_QUERY_TYPE_I64 || result_type == PIPE_QUERY_TYPE_U64)
278 gfx10_sh_query_get_result_resource(struct si_context * sctx,struct si_query * rquery,bool wait,enum pipe_query_value_type result_type,int index,struct pipe_resource * resource,unsigned offset) argument

Completed in 60 milliseconds

1234