OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vcc
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/
atm_tcp.h
36
atm_kptr_t
vcc
;
member in struct:atmtcp_control
atmsvc.h
45
atm_kptr_t
vcc
;
member in struct:atmsvc_msg
/external/kernel-headers/original/uapi/linux/
atm_tcp.h
38
atm_kptr_t
vcc
; /* both directions */
member in struct:atmtcp_control
46
* Messge type dir. hdr.v?i type addr qos
vcc
result
atmsvc.h
25
atm_kptr_t
vcc
;
member in struct:atmsvc_msg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_tcp.h
37
atm_kptr_t
vcc
; /* both directions */
member in struct:atmtcp_control
45
* Messge type dir. hdr.v?i type addr qos
vcc
result
atmsvc.h
24
atm_kptr_t
vcc
;
member in struct:atmsvc_msg
/external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c
59
vs_lower_opcode_tgsi_in(struct vs_compile_context *
vcc
,
62
struct toy_compiler *tc = &
vcc
->tc;
67
slot = toy_tgsi_find_input(&
vcc
->tgsi, idx);
69
const int first_in_grf =
vcc
->first_vue_grf +
70
(
vcc
->shader->in.count -
vcc
->tgsi.num_inputs);
71
const int grf = first_in_grf +
vcc
->tgsi.inputs[slot].semantic_index;
83
vs_lower_opcode_tgsi_const_pcb(struct vs_compile_context *
vcc
,
88
const int grf =
vcc
->first_const_grf + i / 2;
92
if (!
vcc
->variant->use_pcb || dim != 0 || idx.file != TOY_FILE_IMM |
1308
struct vs_compile_context
vcc
;
local
[
all
...]
Completed in 253 milliseconds