Searched defs:value_id (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 30 vtn_block(struct vtn_builder *b, uint32_t value_id) argument
|
| H A D | vtn_variables.c | 132 vtn_push_pointer(struct vtn_builder *b, uint32_t value_id, argument
|
| H A D | vtn_private.h | 745 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) argument 756 uint32_t value_id = value - b->values; local in function:vtn_id_for_value 766 vtn_push_value(struct vtn_builder *b, uint32_t value_id, argument 785 vtn_value(struct vtn_builder * b,uint32_t value_id,enum vtn_value_type value_type) argument 795 vtn_pointer_value(struct vtn_builder * b,uint32_t value_id) argument 818 vtn_pointer(struct vtn_builder * b,uint32_t value_id) argument 828 vtn_constant_uint(struct vtn_builder * b,uint32_t value_id) argument 846 vtn_constant_int(struct vtn_builder * b,uint32_t value_id) argument 864 vtn_get_value_type(struct vtn_builder * b,uint32_t value_id) argument 872 vtn_get_type(struct vtn_builder * b,uint32_t value_id) argument [all...] |
| H A D | spirv_to_nir.c | 274 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) argument 300 vtn_push_ssa_value(struct vtn_builder *b, uint32_t value_id, argument 323 vtn_get_nir_ssa(struct vtn_builder *b, uint32_t value_id) argument 332 vtn_push_nir_ssa(struct vtn_builder *b, uint32_t value_id, nir_ssa_def *def) argument 363 vtn_get_image(struct vtn_builder * b,uint32_t value_id,enum gl_access_qualifier * access) argument 375 vtn_push_image(struct vtn_builder * b,uint32_t value_id,nir_deref_instr * deref,bool propagate_non_uniform) argument 385 vtn_get_sampler(struct vtn_builder * b,uint32_t value_id) argument 401 vtn_push_sampled_image(struct vtn_builder * b,uint32_t value_id,struct vtn_sampled_image si,bool propagate_non_uniform) argument 412 vtn_get_sampled_image(struct vtn_builder * b,uint32_t value_id) argument 3430 const uint32_t value_id = opcode == SpvOpAtomicStore ? w[4] : w[3]; local in function:vtn_handle_image [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 39 vtn_push_value_pointer(struct vtn_builder *b, uint32_t value_id, argument 65 vtn_push_ssa(struct vtn_builder *b, uint32_t value_id, argument
|
| H A D | vtn_private.h | 647 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) argument 659 vtn_push_value(struct vtn_builder *b, uint32_t value_id, argument 674 vtn_value(struct vtn_builder *b, uint32_t value_id, argument 688 vtn_constant_uint(struct vtn_builder * b,uint32_t value_id) argument [all...] |
| H A D | spirv_to_nir.c | 298 vtn_ssa_value(struct vtn_builder *b, uint32_t value_id) argument 2619 const uint32_t value_id = opcode == SpvOpAtomicStore ? w[4] : w[3]; local in function:vtn_handle_image
|
Completed in 31 milliseconds