Searched refs:void_type (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h203 const struct dxil_type *void_type; member in struct:dxil_module
H A Ddxil_module.c454 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 Dlower_shared_reference.cpp288 ir_function_signature(glsl_type::void_type, compute_shader_enabled);
H A Dglsl_to_nir.cpp706 (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 Dir_reader.cpp697 if (callee->return_type == glsl_type::void_type && return_deref) {
700 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
H A Dir_constant_expression.cpp1181 if (type == glsl_type::void_type)
H A Dlower_ubo_reference.cpp462 ir_function_signature(glsl_type::void_type, shader_storage_buffer_object);
H A Dir_validate.cpp1130 } else if (callee->return_type != glsl_type::void_type) {
H A Dbuiltin_functions.cpp6667 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 Dlower_shared_reference.cpp286 ir_function_signature(glsl_type::void_type, compute_shader_enabled);
H A Dglsl_to_nir.cpp638 (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 Dir_constant_expression.cpp1004 if (type == glsl_type::void_type)
H A Dir_reader.cpp697 if (callee->return_type == glsl_type::void_type && return_deref) {
700 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
H A Dlower_ubo_reference.cpp460 ir_function_signature(glsl_type::void_type, shader_storage_buffer_object);
H A Dir_validate.cpp996 } else if (callee->return_type != glsl_type::void_type) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dnir_types.cpp370 return glsl_type::void_type;
H A Dglsl_types.cpp626 return void_type;
2581 return glsl_type::void_type;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp149 prog->data->UniformStorage[i].type = glsl_type::void_type;
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dnir_types.cpp402 return glsl_type::void_type;
H A Dglsl_types.cpp674 return void_type;
3191 return glsl_type::void_type;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp142 prog->data->UniformStorage[i].type = glsl_type::void_type;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.9.2.rst285 - glsl: Expose a public glsl_type::void_type const pointer.
H A D7.10.1.rst306 - glsl: Expose a public glsl_type::void_type const pointer.
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dff_fragment_shader.cpp1102 new(p.mem_ctx) ir_function_signature(glsl_type::void_type);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dff_fragment_shader.cpp1089 new(p.mem_ctx) ir_function_signature(glsl_type::void_type);

Completed in 58 milliseconds

12