Home
last modified time | relevance | path

Searched refs:constant_addr_format (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dnir_spirv.h88 nir_address_format constant_addr_format; member
Dspirv_to_nir.c4771 assert(nir_address_format_bit_size(b->options->constant_addr_format) == 32); in vtn_handle_preamble_instruction()
4772 assert(nir_address_format_num_components(b->options->constant_addr_format) == 1); in vtn_handle_preamble_instruction()
4783 assert(nir_address_format_bit_size(b->options->constant_addr_format) == 64); in vtn_handle_preamble_instruction()
4784 assert(nir_address_format_num_components(b->options->constant_addr_format) == 1); in vtn_handle_preamble_instruction()
Dvtn_variables.c1621 return b->options->constant_addr_format; in vtn_mode_to_address_format()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp347 spirv_options.constant_addr_format = nir_address_format_32bit_global; in create_spirv_options()
352 spirv_options.constant_addr_format = nir_address_format_64bit_global; in create_spirv_options()
499 spirv_options.constant_addr_format); in spirv_to_nir()
524 spirv_options.constant_addr_format); in spirv_to_nir()
/third_party/mesa3d/src/compiler/clc/
Dclc.c131 .constant_addr_format = nir_address_format_32bit_index_offset_pack64, in clc_libclc_new()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c809 .constant_addr_format = nir_address_format_32bit_index_offset_pack64, in clc_spirv_to_dxil()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c523 .constant_addr_format = nir_address_format_64bit_global, in radv_shader_compile_to_nir()