OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_scalar
(Results
51 - 75
of
84
) sorted by null
1
2
3
4
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php
310
if (
is_scalar
($this->parameters[$name])) {
732
} else if (
is_scalar
($input)) {
833
if (
is_scalar
($parsed_parameters[$parameter])) {
/external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp
645
if (this->
is_scalar
() || this->is_vector()) {
677
if (this->fields.array->
is_scalar
() ||
757
if (this->
is_scalar
() || this->is_vector()) {
glsl_types.h
302
bool
is_scalar
() const
function in struct:glsl_type
lower_ubo_reference.cpp
260
assert(deref->type->
is_scalar
() ||
opt_algebraic.cpp
179
if (expr->type->is_vector() && operand->type->
is_scalar
()) {
ast_function.cpp
529
if (src->type->
is_scalar
()) {
701
return (p->type->
is_scalar
() && p->next->is_tail_sentinel());
[
all
...]
lower_variable_index_to_cond_assign.cpp
78
assert(index->type->
is_scalar
());
ir_constant_expression.cpp
126
bool op0_scalar = op[0]->type->
is_scalar
();
127
bool op1_scalar = op[1] != NULL && op[1]->type->
is_scalar
();
1025
if (!index_c || !index_c->type->
is_scalar
() || !index_c->type->is_integer()) {
[
all
...]
/external/mesa3d/src/glsl/
glsl_types.cpp
645
if (this->
is_scalar
() || this->is_vector()) {
677
if (this->fields.array->
is_scalar
() ||
757
if (this->
is_scalar
() || this->is_vector()) {
glsl_types.h
302
bool
is_scalar
() const
function in struct:glsl_type
lower_ubo_reference.cpp
260
assert(deref->type->
is_scalar
() ||
opt_algebraic.cpp
179
if (expr->type->is_vector() && operand->type->
is_scalar
()) {
ast_function.cpp
529
if (src->type->
is_scalar
()) {
701
return (p->type->
is_scalar
() && p->next->is_tail_sentinel());
[
all
...]
lower_variable_index_to_cond_assign.cpp
78
assert(index->type->
is_scalar
());
ir_constant_expression.cpp
126
bool op0_scalar = op[0]->type->
is_scalar
();
127
bool op1_scalar = op[1] != NULL && op[1]->type->
is_scalar
();
1025
if (!index_c || !index_c->type->
is_scalar
() || !index_c->type->is_integer()) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp
107
if (var->type->
is_scalar
())
brw_vec4_visitor.cpp
[
all
...]
brw_fs_visitor.cpp
682
!(ir->lhs->type->
is_scalar
() ||
733
if (ir->lhs->type->
is_scalar
() ||
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp
107
if (var->type->
is_scalar
())
brw_vec4_visitor.cpp
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c
1050
Bool
is_scalar
= (strstr(test_group.name, "xs")) ? True : False;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp
76
if (type && (type->
is_scalar
() || type->is_vector() || type->is_matrix()))
988
assert(op->type->
is_scalar
());
994
assert(op->type->
is_scalar
());
[
all
...]
/external/mesa3d/src/mesa/program/
ir_to_mesa.cpp
76
if (type && (type->
is_scalar
() || type->is_vector() || type->is_matrix()))
988
assert(op->type->
is_scalar
());
994
assert(op->type->
is_scalar
());
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp
632
return src->type->
is_scalar
() ? src : swizzle_w(src);
635
ir_rvalue *const scalar = src->type->
is_scalar
() ? src : swizzle_w(src);
695
if (!val->type->
is_scalar
())
[
all
...]
/external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp
632
return src->type->
is_scalar
() ? src : swizzle_w(src);
635
ir_rvalue *const scalar = src->type->
is_scalar
() ? src : swizzle_w(src);
695
if (!val->type->
is_scalar
())
[
all
...]
Completed in 430 milliseconds
1
2
3
4