Home
last modified time | relevance | path

Searched refs:vtn_constant_uint (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1510 val->type->length = vtn_constant_uint(b, w[3]); in vtn_handle_type()
2942 gather_component = vtn_constant_uint(b, w[idx++]); in vtn_handle_texture()
3266 scope = vtn_constant_uint(b, w[4]); in vtn_handle_image()
3267 semantics = vtn_constant_uint(b, w[5]); in vtn_handle_image()
3274 scope = vtn_constant_uint(b, w[2]); in vtn_handle_image()
3275 semantics = vtn_constant_uint(b, w[3]); in vtn_handle_image()
3327 scope = vtn_constant_uint(b, w[arg]); in vtn_handle_image()
3369 scope = vtn_constant_uint(b, w[arg]); in vtn_handle_image()
3703 scope = vtn_constant_uint(b, w[4]); in vtn_handle_atomics()
3704 semantics = vtn_constant_uint(b, w[5]); in vtn_handle_atomics()
[all …]
Dvtn_subgroup.c353 unsigned direction = vtn_constant_uint(b, w[5]); in vtn_handle_subgroup()
484 cluster_size = vtn_constant_uint(b, w[6]); in vtn_handle_subgroup()
Dvtn_private.h848 vtn_constant_uint(struct vtn_builder *b, uint32_t value_id) in vtn_constant_uint() function
Dvtn_variables.c1826 uint32_t location = vtn_constant_uint(b, location_id); in vtn_get_call_payload_for_location()
2286 *dest_scope = vtn_constant_uint(b, w[(*idx)++]); in vtn_get_mem_operands()
2292 *src_scope = vtn_constant_uint(b, w[(*idx)++]); in vtn_get_mem_operands()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2066 - spirv: Replace vtn_constant_value with vtn_constant_uint