Home
last modified time | relevance | path

Searched refs:nir_imm_ivec2 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/tests/
Dbuilder_tests.cpp109 nir_imm_ivec2(b, 0x07060504, 0x0b0a0908), in TEST_F()
125 nir_imm_ivec2(b, 0x07060504, 0x0b0a0908), in TEST_F()
Dvars_tests.cpp420 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/
Dsfn_nir_lower_tess_io.cpp126 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()
Dsfn_nir.cpp643 auto addr2 = nir_iadd(&b, addr, nir_imm_ivec2(&b, 4, 8)); in r600_lower_shared_io_impl()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_buffers.c198 ptr = nir_imm_ivec2(&b, index, offset); in lower_buffer_interface_derefs_impl()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_vulkan_resource.c79 return nir_imm_ivec2(b, value, 0); in lower_vri_intrin_vri()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c946 src.src = nir_src_for_ssa(nir_imm_ivec2(b, tex->tg4_offsets[i][0], in lower_tg4_offsets()
Dnir_builder.h389 nir_imm_ivec2(nir_builder *build, int x, int y) in nir_imm_ivec2() function
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c422 index = nir_imm_ivec2(b, state->set[set].desc_offset, in lower_res_index_intrinsic()