Home
last modified time | relevance | path

Searched refs:nir_imm_ivec3 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fmask_copy.c49 nir_imm_ivec3(&b, b.shader->info.workgroup_size[0], b.shader->info.workgroup_size[1], in build_fmask_copy_compute_shader()
Dradv_meta_etc_decode.c310 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/
Dnir_builder.h329 nir_imm_ivec3(nir_builder *build, int x, int y, int z) in nir_imm_ivec3() function
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2869 - nir: add nir_imm_ivec3 builder