Home
last modified time | relevance | path

Searched refs:nir_imm_vec4 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c101 nir_imm_vec4(b, 1.0f / ((1 << 9) - 1), 1.0f / ((1 << 9) - 1), in apply_attr_wa_block()
113 nir_imm_vec4(b, 1.0f / ((1 << 10) - 1), 1.0f / ((1 << 10) - 1), in apply_attr_wa_block()
/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c106 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
107 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
113 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
Dnir_lower_wpos_center.c58 wpos = nir_fadd(b, wpos, nir_imm_vec4(b, 0.5f, 0.5f, 0.0f, 0.0f)); in update_fragcoord()
Dnir_builder.h231 nir_imm_vec4(nir_builder *build, float x, float y, float z, float w) in nir_imm_vec4() function
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c48 nir_store_var(&b, f_color, nir_imm_vec4(&b, 0.0, 0.0, 0.0, 1.0), 0xf); in build_nir_fs()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c165 src.src = nir_src_for_ssa(nir_imm_vec4(b, v[0], v[1], v[2], v[3])); in ptn_get_src()