OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:using
(Results
1 - 25
of
533
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/MesaLib/dist/src/broadcom/drm-shim/
README.md
3
This implements some of v3d
using
the closed source v3dv3 tree's
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
unordered_set.h
13
using
std::unordered_set;
15
using
std::tr1::unordered_set;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
unordered_set.h
13
using
std::unordered_set;
15
using
std::tr1::unordered_set;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
passes.h
35
using
namespace llvm;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
passes.h
34
using
namespace llvm;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_ir.h
67
using
brw_reg::type;
68
using
brw_reg::file;
69
using
brw_reg::negate;
70
using
brw_reg::abs;
71
using
brw_reg::address_mode;
72
using
brw_reg::subnr;
73
using
brw_reg::nr;
75
using
brw_reg::swizzle;
76
using
brw_reg::writemask;
77
using
brw_reg::indirect_offset
[
all
...]
/xsrc/external/mit/MesaLib/dist/include/
c99_math.h
152
* doesn't exist in such a form on MSVC. This is an implementation
using
196
using
std::fpclassify;
197
using
std::isfinite;
198
using
std::isinf;
199
using
std::isnan;
200
using
std::isnormal;
201
using
std::signbit;
202
using
std::isgreater;
203
using
std::isgreaterequal;
204
using
std::isless
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/include/
c99_math.h
152
* doesn't exist in such a form on MSVC. This is an implementation
using
196
using
std::fpclassify;
197
using
std::isfinite;
198
using
std::isinf;
199
using
std::isnan;
200
using
std::isnormal;
201
using
std::signbit;
202
using
std::isgreater;
203
using
std::isgreaterequal;
204
using
std::isless
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_shader.h
73
using
brw_reg::type;
74
using
brw_reg::file;
75
using
brw_reg::negate;
76
using
brw_reg::abs;
77
using
brw_reg::address_mode;
78
using
brw_reg::subnr;
79
using
brw_reg::nr;
81
using
brw_reg::swizzle;
82
using
brw_reg::writemask;
83
using
brw_reg::indirect_offset
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
knob_defs.py
53
'Will be slightly slower than
using
optimized (jitted) path'],
321
'desc' : ['Enable pipeline stats when
using
Archrast'],
328
'desc' : ['Enable shader stats when
using
Archrast'],
335
'desc' : ['Enable SWTag data when
using
Archrast'],
342
'desc' : ['Enable internal SWR events when
using
Archrast'],
349
'desc' : ['Enable pipeline events when
using
Archrast'],
356
'desc' : ['Enable shader events when
using
Archrast'],
363
'desc' : ['Enable SWTag events when
using
Archrast'],
370
'desc' : ['Enable memory events when
using
Archrast'],
/xsrc/external/mit/MesaLib/dist/src/util/
enum_operators.h
35
using
IntType = std::underlying_type_t<Enum>; \
44
using
IntType = std::underlying_type_t<Enum>; \
58
using
IntType = std::underlying_type_t<Enum>; \
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_util.h
45
using
value_type = T;
46
using
pointer = value_type*;
47
using
const_pointer = const value_type*;
48
using
reference = value_type&;
49
using
const_reference = const value_type&;
50
using
iterator = pointer;
51
using
const_iterator = const_pointer;
52
using
reverse_iterator = std::reverse_iterator<iterator>;
53
using
const_reverse_iterator = std::reverse_iterator<const_iterator>;
54
using
size_type = uint16_t
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_counter.h
44
using
Value = std::variant<int64_t, double>;
49
using
Getter = Value(const Counter &c, const Driver &d);
pps_datasource.h
22
using
IncrementalStateType = GpuIncrementalState;
30
/// After that, it sends counter values
using
the IDs set in the description.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
state_funcs.h
58
using
xMask = std::integral_constant<int, 0xA>;
64
using
yMask = std::integral_constant<int, 0xC>;
/xsrc/external/mit/xterm/dist/vttests/
decsed.pl
115
-n write normal-characters rather than
using
DECALN
116
-p protect screen against erasure
using
DECSCA (DECALN is unprotected)
117
-w write wide-characters rather than
using
DECALN
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_value.h
42
using
Pointer=std::shared_ptr<Value>;
76
using
LiteralFlags=std::bitset<4>;
136
using
PValue=Value::Pointer;
144
using
ValueSet = std::set<PValue, value_less>;
sfn_value_gpr.h
73
using
PGPRValue = std::shared_ptr<GPRValue>;
77
using
Swizzle = std::array<uint32_t,4>;
78
using
Values = std::array<PValue,4>;
124
using
Pointer = std::shared_ptr<GPRArray>;
153
using
PGPRArray = GPRArray::Pointer;
sfn_instruction_base.h
67
using
OutputRegisterMap = std::map<unsigned, const GPRVector *>;
143
using
PInstruction=Instruction::Pointer;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
intel_stub_gpu.in
12
-p, --platform=NAME Override PCI ID
using
a platform name
/xsrc/external/mit/fontconfig/dist/conf.d/
90-synthetic.conf
51
needed for applications
using
cairo, e.g. gucharmap, gedit, ...
58
needed for applications
using
Xft directly, e.g. Firefox, ...
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_create_wayland_buffer_from_image.spec
42
nested Wayland compositor which is
using
subsurfaces to present buffers
43
from its clients.
Using
this extension it can attach the client buffers
49
using
the existing WL_bind_wayland_display extension. It should also be
50
possible to create buffers
using
other types of images although there is
75
EGLImage will be generated in a nested Wayland compositor
using
a buffer
83
to the GPU that the given EGLDisplay is
using
.
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_create_wayland_buffer_from_image.spec
42
nested Wayland compositor which is
using
subsurfaces to present buffers
43
from its clients.
Using
this extension it can attach the client buffers
49
using
the existing WL_bind_wayland_display extension. It should also be
50
possible to create buffers
using
other types of images although there is
75
EGLImage will be generated in a nested Wayland compositor
using
a buffer
83
to the GPU that the given EGLDisplay is
using
.
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest-message.h
127
// from the global namespace. With this
using
declaration,
130
using
::operator <<;
176
//
using
the UTF-8 encoding.
181
// Converts the given wide string to a narrow string
using
the UTF-8
187
// Converts the given wide string to a narrow string
using
the UTF-8
217
// we need this
using
statement.
218
using
::operator <<;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest-message.h
124
// from the global namespace. With this
using
declaration,
127
using
::operator <<;
172
//
using
the UTF-8 encoding.
177
// Converts the given wide string to a narrow string
using
the UTF-8
Completed in 38 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Apr 03 00:24:04 UTC 2026