Searched refs:nir_imm_vec4 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_attribute_workarounds.c | 101 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/ |
D | nir_lower_wpos_ytransform.c | 106 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()
|
D | nir_lower_wpos_center.c | 58 wpos = nir_fadd(b, wpos, nir_imm_vec4(b, 0.5f, 0.5f, 0.0f, 0.0f)); in update_fragcoord()
|
D | nir_builder.h | 231 nir_imm_vec4(nir_builder *build, float x, float y, float z, float w) in nir_imm_vec4() function
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve.c | 48 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/ |
D | prog_to_nir.c | 165 src.src = nir_src_for_ssa(nir_imm_vec4(b, v[0], v[1], v[2], v[3])); in ptn_get_src()
|