Home
last modified time | relevance | path

Searched refs:constant_addr_format (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp376 spirv_options.constant_addr_format = nir_address_format_32bit_global;
381 spirv_options.constant_addr_format = nir_address_format_64bit_global;
530 spirv_options.constant_addr_format);
556 spirv_options.constant_addr_format);
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_spirv.h102 nir_address_format constant_addr_format; member
H A Dspirv_to_nir.c4874 assert(nir_address_format_bit_size(b->options->constant_addr_format) == 32); in vtn_handle_preamble_instruction()
4875 assert(nir_address_format_num_components(b->options->constant_addr_format) == 1); in vtn_handle_preamble_instruction()
4886 assert(nir_address_format_bit_size(b->options->constant_addr_format) == 64); in vtn_handle_preamble_instruction()
4887 assert(nir_address_format_num_components(b->options->constant_addr_format) == 1); in vtn_handle_preamble_instruction()
H A Dvtn_variables.c1660 return b->options->constant_addr_format; in vtn_mode_to_address_format()
/third_party/mesa3d/src/compiler/clc/
H A Dclc.c131 .constant_addr_format = nir_address_format_32bit_index_offset_pack64, in clc_libclc_new()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c297 .constant_addr_format = nir_address_format_64bit_global, in brw_kernel_from_spirv()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c760 .constant_addr_format = nir_address_format_32bit_index_offset_pack64, in clc_spirv_to_dxil()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c782 .constant_addr_format = nir_address_format_64bit_global, in radv_shader_spirv_to_nir()

Completed in 21 milliseconds