OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSampler
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/timing/
RestrictVertexShaderTiming.cpp
11
if (
IsSampler
(node->getBasicType())) {
/external/chromium_org/third_party/angle/src/compiler/
BaseTypes.h
42
EbtGuardSamplerBegin, // non type: see implementation of
IsSampler
()
47
EbtGuardSamplerEnd, // non type: see implementation of
IsSampler
()
70
inline bool
IsSampler
(TBasicType type)
OutputHLSL.cpp
167
if (mOutputType == SH_HLSL11_OUTPUT &&
IsSampler
(type.getBasicType())) // Also declare the texture
[
all
...]
ParseContext.cpp
556
if (op != EOpConstructStruct &&
IsSampler
(typed->getBasicType())) {
620
} else if (
IsSampler
(pType.type)) {
647
type.getBasicType() != EbtStruct &&
IsSampler
(type.getBasicType())) {
657
if (
IsSampler
(type.getBasicType()))
[
all
...]
SymbolTable.h
373
return type == EbtFloat || type == EbtInt ||
IsSampler
(type);
ValidateLimitations.cpp
126
if (
IsSampler
(symbol->getBasicType()) && symbol->isArray()) {
/external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraph.cpp
60
if (
IsSampler
(intermSymbol->getBasicType()))
/external/chromium_org/gpu/command_buffer/service/
program_manager.h
52
bool
IsSampler
() const {
program_manager.cc
813
size_t num_texture_units = info.
IsSampler
() ? static_cast<size_t>(size) : 0u;
842
if (info.
IsSampler
()) {
884
if (info.
IsSampler
() && count > 0) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp
[
all
...]
/external/mesa3d/src/mapi/glapi/tests/
check_table.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h
[
all
...]
glapitemp.h
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h
[
all
...]
/external/mesa3d/include/GL/
gl_mangle.h
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c
[
all
...]
glapi_x86-64.S
[
all
...]
glapi_mapi_tmp.h
[
all
...]
Completed in 1643 milliseconds