| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler.c | 130 compiler->storage_16bit = 131 fd_dev_info(compiler->dev_id)->a6xx.storage_16bit;
|
| H A D | ir3_compiler.h | 161 bool storage_16bit; member in struct:ir3_compiler
|
| H A D | ir3_nir.c | 318 ir3_nir_lower_ssbo_size(nir_shader *s, bool storage_16bit) argument 320 uint8_t ssbo_size_to_bytes_shift = storage_16bit ? 1 : 2; 569 OPT_V(s, ir3_nir_lower_ssbo_size, compiler->storage_16bit);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_info.h | 63 bool storage_16bit; member in struct:spirv_supported_capabilities
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/common/ |
| H A D | freedreno_dev_info.h | 78 bool storage_16bit; member in struct:fd_dev_info::__anonb62ae096020a::__anonb62ae0960308
|
| H A D | freedreno_devices.py | 237 storage_16bit = True, 255 storage_16bit = True,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_info.h | 90 bool storage_16bit; member in struct:spirv_supported_capabilities
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_image.c | 149 enum pipe_format format = dev_info->a6xx.storage_16bit 170 unsigned sz = pimg->buffer_size / (dev_info->a6xx.storage_16bit ? 2 : 4);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 77 .storage_16bit = dev->physical_device->info->a6xx.storage_16bit,
|
| H A D | tu_device.c | 117 .KHR_16bit_storage = device->info->a6xx.storage_16bit, 471 features->storageBuffer16BitAccess = pdevice->info->a6xx.storage_16bit;
|
| H A D | tu_descriptor_set.c | 830 if (device->physical_device->info->a6xx.storage_16bit) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 249 .storage_16bit = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 493 .storage_16bit = true,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 164 .storage_16bit = pdevice->info.gen >= 8,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 501 .storage_16bit = true,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 4572 spv_check_supported(storage_16bit, cap); 4732 spv_check_supported(storage_16bit, cap);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 3704 spv_check_supported(storage_16bit, cap);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 149 .storage_16bit = pdevice->info.ver >= 8,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 4633 - turnip: Get storage_16bit from fd_dev_info
|