Searched refs:ntv_context (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 34 struct ntv_context { struct 78 get_fvec_constant(struct ntv_context *ctx, unsigned bit_size, argument 82 get_uvec_constant(struct ntv_context *ctx, unsigned bit_size, 86 get_ivec_constant(struct ntv_context *ctx, unsigned bit_size, 90 emit_unop(struct ntv_context *ctx, SpvOp op, SpvId type, SpvId src); 93 emit_binop(struct ntv_context *ctx, SpvOp op, SpvId type, 97 emit_triop(struct ntv_context *ctx, SpvOp op, SpvId type, 101 get_bvec_type(struct ntv_context *ctx, int num_components) in get_bvec_type() 113 block_label(struct ntv_context *ctx, nir_block *block) in block_label() 120 emit_float_const(struct ntv_context *ctx, int bit_size, float value) in emit_float_const() [all …]
|