Home
last modified time | relevance | path

Searched refs:emit_float_const (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c120 emit_float_const(struct ntv_context *ctx, int bit_size, float value) in emit_float_const() function
1038 SpvId result = emit_float_const(ctx, bit_size, value); in get_fvec_constant()
1358 SpvId zero = emit_float_const(ctx, bit_size, 0.0f); in emit_alu()
1359 SpvId one = emit_float_const(ctx, bit_size, 1.0f); in emit_alu()
1612 … components[2] = emit_binop(ctx, SpvOpFMul, f_type, components[2], emit_float_const(ctx, 32, 2.0)); in emit_load_deref()
1940 lod = emit_float_const(ctx, 32, 0.0f); in emit_tex()
/external/mesa3d/docs/relnotes/
D19.3.0.rst1466 - zink/spirv: implement emit_float_const helper