Searched refs:nir_imm_ivec2 (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/tests/ |
D | builder_tests.cpp | 109 nir_imm_ivec2(b, 0x07060504, 0x0b0a0908), in TEST_F() 125 nir_imm_ivec2(b, 0x07060504, 0x0b0a0908), in TEST_F()
|
D | vars_tests.cpp | 420 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); in TEST_F() 447 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() 450 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() 476 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() 479 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() 509 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() 515 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() 549 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() 552 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() 555 nir_ssa_def *third_value = nir_imm_ivec2(b, 50, 60); in TEST_F() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 126 case 2: return nir_imm_ivec2(b, 0, 4); in load_offset_group() 131 case 6: return nir_imm_ivec2(b, 16, 20); in load_offset_group()
|
D | sfn_nir.cpp | 643 auto addr2 = nir_iadd(&b, addr, nir_imm_ivec2(&b, 4, 8)); in r600_lower_shared_io_impl()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_buffers.c | 198 ptr = nir_imm_ivec2(&b, index, offset); in lower_buffer_interface_derefs_impl()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_vulkan_resource.c | 79 return nir_imm_ivec2(b, value, 0); in lower_vri_intrin_vri()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 946 src.src = nir_src_for_ssa(nir_imm_ivec2(b, tex->tg4_offsets[i][0], in lower_tg4_offsets()
|
D | nir_builder.h | 389 nir_imm_ivec2(nir_builder *build, int x, int y) in nir_imm_ivec2() function
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 422 index = nir_imm_ivec2(b, state->set[set].desc_offset, in lower_res_index_intrinsic()
|