Searched refs:emit_bitcast (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 770 emit_bitcast(struct ntv_context *ctx, SpvId type, SpvId value) in emit_bitcast() function 780 return emit_bitcast(ctx, type, value); in bitcast_to_uvec() 788 return emit_bitcast(ctx, type, value); in bitcast_to_ivec() 796 return emit_bitcast(ctx, type, value); in bitcast_to_fvec() 1632 src = emit_bitcast(ctx, type, src); in emit_store_deref() 1636 result = emit_bitcast(ctx, type, src); in emit_store_deref()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1468 - zink/spirv: add emit_bitcast-helper
|