| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.h | 203 const struct dxil_type *void_type; member in struct:dxil_module
|
| H A D | dxil_module.c | 454 if (!m->void_type) 455 m->void_type = create_type(m, TYPE_VOID); 456 return m->void_type;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 288 ir_function_signature(glsl_type::void_type, compute_shader_enabled);
|
| H A D | glsl_to_nir.cpp | 706 (ir->return_type != glsl_type::void_type); 711 if (ir->return_type != glsl_type::void_type) { 766 unsigned i = (ir->return_type != glsl_type::void_type) ? 1 : 0; 2560 unsigned i = (sig->return_type != glsl_type::void_type) ? 1 : 0;
|
| H A D | ir_reader.cpp | 697 if (callee->return_type == glsl_type::void_type && return_deref) { 700 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
|
| H A D | ir_constant_expression.cpp | 1181 if (type == glsl_type::void_type)
|
| H A D | lower_ubo_reference.cpp | 462 ir_function_signature(glsl_type::void_type, shader_storage_buffer_object);
|
| H A D | ir_validate.cpp | 1130 } else if (callee->return_type != glsl_type::void_type) {
|
| H A D | builtin_functions.cpp | 6667 MAKE_SIG(glsl_type::void_type, gs_only, 0); 6688 MAKE_SIG(glsl_type::void_type, avail, 1, stream); 6698 MAKE_SIG(glsl_type::void_type, gs_only, 0); 6719 MAKE_SIG(glsl_type::void_type, avail, 1, stream); 6729 MAKE_SIG(glsl_type::void_type, barrier_supported, 0); 7142 MAKE_SIG(glsl_type::void_type, gpu_shader5_or_es31_or_integer_functions, 4, x, y, msb, lsb); 7446 glsl_type::void_type : data_type); 7586 MAKE_INTRINSIC(glsl_type::void_type, id, avail, 0); 7594 MAKE_SIG(glsl_type::void_type, avail, 0); 7675 MAKE_INTRINSIC(glsl_type::void_type, i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 286 ir_function_signature(glsl_type::void_type, compute_shader_enabled);
|
| H A D | glsl_to_nir.cpp | 638 (ir->return_type != glsl_type::void_type); 643 if (ir->return_type != glsl_type::void_type) { 698 unsigned i = (ir->return_type != glsl_type::void_type) ? 1 : 0; 2547 unsigned i = (sig->return_type != glsl_type::void_type) ? 1 : 0;
|
| H A D | ir_constant_expression.cpp | 1004 if (type == glsl_type::void_type)
|
| H A D | ir_reader.cpp | 697 if (callee->return_type == glsl_type::void_type && return_deref) { 700 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
|
| H A D | lower_ubo_reference.cpp | 460 ir_function_signature(glsl_type::void_type, shader_storage_buffer_object);
|
| H A D | ir_validate.cpp | 996 } else if (callee->return_type != glsl_type::void_type) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | nir_types.cpp | 370 return glsl_type::void_type;
|
| H A D | glsl_types.cpp | 626 return void_type; 2581 return glsl_type::void_type;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | set_uniform_initializer_tests.cpp | 149 prog->data->UniformStorage[i].type = glsl_type::void_type;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | nir_types.cpp | 402 return glsl_type::void_type;
|
| H A D | glsl_types.cpp | 674 return void_type; 3191 return glsl_type::void_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | set_uniform_initializer_tests.cpp | 142 prog->data->UniformStorage[i].type = glsl_type::void_type;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.9.2.rst | 285 - glsl: Expose a public glsl_type::void_type const pointer.
|
| H A D | 7.10.1.rst | 306 - glsl: Expose a public glsl_type::void_type const pointer.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 1102 new(p.mem_ctx) ir_function_signature(glsl_type::void_type);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 1089 new(p.mem_ctx) ir_function_signature(glsl_type::void_type);
|