OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_operands
(Results
26 - 50
of
81
) sorted by null
1
2
3
4
/external/mesa3d/src/compiler/glsl/
ir_builder_print_visitor.cpp
120
for (unsigned i = 0; i < expr->
num_operands
; i++) {
488
const unsigned num_op = rhs_expr->
num_operands
;
541
const unsigned num_op = ir->
num_operands
;
595
const unsigned num_op = ir->
num_operands
;
ir_equals.cpp
205
for (unsigned i = 0; i <
num_operands
; i++) {
lower_vec_index_to_cond_assign.cpp
172
for (unsigned i = 0; i < ir->
num_operands
; i++)
lower_vector.cpp
136
assert(expr->type->vector_elements == expr->
num_operands
);
ir_rvalue_visitor.cpp
42
for (operand = 0; operand < ir->
num_operands
; operand++) {
opt_tree_grafting.cpp
235
for (unsigned int i = 0; i < ir->
num_operands
; i++) {
ir.cpp
209
for (unsigned i =
num_operands
; i < 4; i++) {
213
for (unsigned i = 0; i <
num_operands
; i++) {
230
assert(
num_operands
== 1);
437
assert(
num_operands
== 2);
438
for (unsigned i = 0; i <
num_operands
; i++) {
534
assert(
num_operands
== 3);
535
for (unsigned i = 0; i <
num_operands
; i++) {
559
* the precomputed
num_operands
field if you need the number of operands.
[
all
...]
ir_reader.cpp
736
int
num_operands
= (int) ((s_list *) expr)->subexpressions.length() - 3;
local
739
if (
num_operands
!= expected_operands) {
741
num_operands
, expected_operands);
746
for (int i = 0; i <
num_operands
; i++) {
[
all
...]
ir.h
1594
uint8_t
num_operands
;
member in class:ir_expression
[
all
...]
/external/v8/src/compiler/
bytecode-analysis.cc
97
int
num_operands
= Bytecodes::NumberOfOperands(bytecode);
local
118
for (int i = 0; i <
num_operands
; ++i) {
167
for (int i = 0; i <
num_operands
; ++i) {
277
int
num_operands
= Bytecodes::NumberOfOperands(bytecode);
local
280
for (int i = 0; i <
num_operands
; ++i) {
[
all
...]
/external/deqp-deps/SPIRV-Tools/source/opt/
common_uniform_elim_pass.cpp
112
const uint32_t
num_operands
= AccessChainInst.NumOperands();
local
115
for (uint32_t idx = 3; idx <
num_operands
; ++idx) {
129
if (idx <
num_operands
- 1) {
decoration_manager.cpp
427
const uint32_t
num_operands
= inst->NumOperands();
local
428
for (uint32_t i = 1; i <
num_operands
; i += 2) {
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
common_uniform_elim_pass.cpp
112
const uint32_t
num_operands
= AccessChainInst.NumOperands();
local
115
for (uint32_t idx = 3; idx <
num_operands
; ++idx) {
129
if (idx <
num_operands
- 1) {
decoration_manager.cpp
427
const uint32_t
num_operands
= inst->NumOperands();
local
428
for (uint32_t i = 1; i <
num_operands
; i += 2) {
/external/deqp-deps/SPIRV-Tools/source/
disassemble.cpp
175
for (uint16_t i = 0; i < inst.
num_operands
; i++) {
202
assert(operand_index < inst.
num_operands
);
/external/deqp-deps/SPIRV-Tools/source/val/
validate_extensions.cpp
80
const uint32_t
num_operands
= static_cast<uint32_t>(inst->operands().size());
local
138
for (uint32_t operand_index = 4; operand_index <
num_operands
;
171
for (uint32_t operand_index = 4; operand_index <
num_operands
;
242
for (uint32_t operand_index = 4; operand_index <
num_operands
;
[
all
...]
validate_cfg.cpp
117
//
num_operands
is either 3 or 5 --- if 5, the last two need to be literal
119
const auto
num_operands
= inst->operands().size();
local
120
if (
num_operands
!= 3 &&
num_operands
!= 5) {
/external/swiftshader/third_party/SPIRV-Tools/source/
disassemble.cpp
175
for (uint16_t i = 0; i < inst.
num_operands
; i++) {
202
assert(operand_index < inst.
num_operands
);
/external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_extensions.cpp
80
const uint32_t
num_operands
= static_cast<uint32_t>(inst->operands().size());
local
138
for (uint32_t operand_index = 4; operand_index <
num_operands
;
171
for (uint32_t operand_index = 4; operand_index <
num_operands
;
242
for (uint32_t operand_index = 4; operand_index <
num_operands
;
[
all
...]
validate_cfg.cpp
117
//
num_operands
is either 3 or 5 --- if 5, the last two need to be literal
119
const auto
num_operands
= inst->operands().size();
local
120
if (
num_operands
!= 3 &&
num_operands
!= 5) {
/external/python/cpython3/Modules/
mathmodule.c
1527
unsigned long midpoint,
num_operands
;
local
[
all
...]
/external/deqp-deps/SPIRV-Tools/source/comp/
markv_codec.cpp
464
assert(inst_.
num_operands
> 4);
465
return GetMtfTypeVectorOfSize(inst_.
num_operands
- 4);
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv_codec.cpp
464
assert(inst_.
num_operands
> 4);
465
return GetMtfTypeVectorOfSize(inst_.
num_operands
- 4);
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
libspirv.h
333
uint16_t
num_operands
;
member in struct:spv_parsed_instruction_t
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
libspirv.h
333
uint16_t
num_operands
;
member in struct:spv_parsed_instruction_t
Completed in 420 milliseconds
1
2
3
4