Home
last modified time | relevance | path

Searched refs:nir_imm_vec4 (Results 1 – 10 of 10) 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/tests/
Dcomparison_pre_tests.cpp36 v1 = nir_imm_vec4(&bld, -2.0, -1.0, 1.0, 2.0); in comparison_pre_test()
37 v2 = nir_imm_vec4(&bld, 2.0, 1.0, -1.0, -2.0); in comparison_pre_test()
38 v3 = nir_imm_vec4(&bld, 3.0, 4.0, 5.0, 6.0); in comparison_pre_test()
Dnegative_equal_tests.cpp300 nir_ssa_def *v1 = nir_imm_vec4(&bld, -2.0, 18.0, 43.0, 1.0); in TEST_F()
301 nir_ssa_def *v2 = nir_imm_vec4(&bld, 2.0, 99.0, 76.0, -1.0); in TEST_F()
/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 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.h344 nir_imm_vec4(nir_builder *build, float x, float y, float z, float w) in nir_imm_vec4() function
/external/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c190 nir_imm_vec4(&b, 0, 0, 0, 0), in pan_nir_lower_zs_store()
Dpan_lower_framebuffer.c422 nir_ssa_def *scale = nir_imm_vec4(b, 1.0 / 1023.0, 1.0 / 1023.0, 1.0 / 1023.0, 1.0 / 3.0); in pan_unpack_unorm_1010102()
/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.c171 src.src = nir_src_for_ssa(nir_imm_vec4(b, v[0], v[1], v[2], v[3])); in ptn_get_src()