HomeSort by relevance Sort by last modified time
    Searched refs:vtn_value (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_private.h 200 struct vtn_value *val;
302 struct vtn_value { struct
338 struct vtn_value *group;
378 struct vtn_value *values;
382 struct vtn_value *entry_point;
395 static inline struct vtn_value *
407 static inline struct vtn_value *
414 static inline struct vtn_value *
415 vtn_value(struct vtn_builder *b, uint32_t value_id, function
418 struct vtn_value *val = vtn_untyped_value(b, value_id)
    [all...]
spirv_to_nir.c 175 struct vtn_value *val = vtn_untyped_value(b, value_id);
227 b->file = vtn_value(b, w[1], vtn_value_type_string)->str;
256 struct vtn_value *val = vtn_push_value(b, w[1], vtn_value_type_extension);
266 struct vtn_value *val = vtn_value(b, w[3], vtn_value_type_extension);
280 struct vtn_value *base_value,
282 struct vtn_value *value,
314 vtn_foreach_decoration(struct vtn_builder *b, struct vtn_value *value,
321 vtn_foreach_execution_mode(struct vtn_builder *b, struct vtn_value *value,
349 struct vtn_value *val = &b->values[target]
    [all...]
vtn_cfg.c 40 vtn_value(b, w[1], vtn_value_type_type)->type->type;
41 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_function);
45 vtn_value(b, w[4], vtn_value_type_type)->type->type;
87 struct vtn_value *val =
90 struct vtn_type *type = vtn_value(b, w[1], vtn_value_type_type)->type;
174 vtn_value(b, block_id, vtn_value_type_block)->block;
275 vtn_value(b, block->merge[1], vtn_value_type_block)->block;
277 vtn_value(b, block->merge[2], vtn_value_type_block)->block;
308 vtn_value(b, block->branch[1], vtn_value_type_block)->block;
332 vtn_value(b, block->branch[2], vtn_value_type_block)->block
    [all...]
vtn_variables.c 234 vtn_value(b, id, vtn_value_type_access_chain)->access_chain;
    [all...]
vtn_glsl450.c 421 vtn_value(b, w[1], vtn_value_type_type)->type->type;
423 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_ssa);
649 vtn_value(b, w[1], vtn_value_type_type)->type->type;
651 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_ssa);
700 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_ssa);
702 val->ssa->type = vtn_value(b, w[1], vtn_value_type_type)->type->type;
708 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_ssa);
vtn_alu.c 156 struct vtn_value *dest,
313 handle_no_contraction(struct vtn_builder *b, struct vtn_value *val, int member,
327 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_ssa);
329 vtn_value(b, w[1], vtn_value_type_type)->type->type;

Completed in 191 milliseconds