Searched refs:nir_imm_ivec3 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
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()
|
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/ |
D | nir_builder.h | 329 nir_imm_ivec3(nir_builder *build, int x, int y, int z) in nir_imm_ivec3() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2869 - nir: add nir_imm_ivec3 builder
|