OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_offset
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/ilo/shader/
toy_helpers.h
261
unsigned
global_offset
,
272
global_offset
<< 4 |
280
global_offset
<< 3 |
287
global_offset
<< 4 |
ilo_shader_fs.c
345
const struct toy_dst
global_offset
=
local
363
inst = tc_MOV(tc,
global_offset
, idx);
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h
195
static const uint32_t
GLOBAL_OFFSET
= 0;
234
static const uint32_t global_flag = 0 <<
GLOBAL_OFFSET
;
235
static const uint32_t weak_flag = 1 <<
GLOBAL_OFFSET
;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp
118
uint32_t
global_offset
= 0;
120
global_offset
+= binding.descriptorCount;
121
if (index <
global_offset
)
[
all
...]
Completed in 416 milliseconds