OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_inst
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/intel/compiler/
brw_shader.cpp
1074
unsigned
num_inst
= list->length();
local
1076
block->end_ip +=
num_inst
;
1078
adjust_later_block_ips(block,
num_inst
);
[
all
...]
/external/mesa3d/src/amd/vulkan/
radv_debug.c
402
unsigned
num_inst
= 0;
local
407
start_addr, &
num_inst
, instructions);
413
for (i = 0; i <
num_inst
; i++) {
/external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c
863
unsigned
num_inst
= 0;
local
869
start_addr, &
num_inst
, instructions);
873
start_addr, &
num_inst
, instructions);
877
start_addr, &
num_inst
, instructions);
880
start_addr, &
num_inst
, instructions);
883
start_addr, &
num_inst
, instructions);
890
for (i = 0; i <
num_inst
; i++) {
Completed in 422 milliseconds