Searched refs:nir_imm_ivec3 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 49 nir_imm_ivec3(&b, b.shader->info.workgroup_size[0], b.shader->info.workgroup_size[1], in build_fmask_copy_compute_shader()
|
H A D | radv_meta_etc_decode.c | 310 nir_store_var(&b, rgb_result, nir_imm_ivec3(&b, 255, 0, 0), 0x7); in build_shader() 477 nir_store_var(&b, rgb_result, nir_imm_ivec3(&b, 0, 0, 0), 0x7); in build_shader()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builder.h | 329 nir_imm_ivec3(nir_builder *build, int x, int y, int z) in nir_imm_ivec3() function
|
Completed in 6 milliseconds