OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nv50_ir
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Makefile.sources
19
codegen/
nv50_ir
.cpp \
/external/mesa3d/src/gallium/drivers/nv50/
Makefile.sources
19
codegen/
nv50_ir
.cpp \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h
25
namespace
nv50_ir
{
namespace
72
} // namespace
nv50_ir
nv50_ir_from_tgsi.cpp
28
#include "
nv50_ir
.h"
36
static
nv50_ir
::operation translateOpcode(uint opcode);
37
static
nv50_ir
::DataFile translateFile(uint file);
38
static
nv50_ir
::TexTarget translateTexture(uint texTarg);
39
static
nv50_ir
::SVSemantic translateSysVal(uint sysval);
92
nv50_ir
::Modifier getMod(int chan) const;
186
inline
nv50_ir
::operation getOP() const {
189
nv50_ir
::DataType inferSrcType() const;
190
nv50_ir
::DataType inferDstType() const;
192
nv50_ir
::CondCode getSetCond() const
[
all
...]
nv50_ir_target.cpp
23
#include "nv50/codegen/
nv50_ir
.h"
26
namespace
nv50_ir
{
namespace
409
} // namespace
nv50_ir
422
nv50_ir
::RelocInfo *info = reinterpret_cast<
nv50_ir
::RelocInfo *>(relocData);
436
nv50_ir
::Target *targ =
nv50_ir
::Target::create(chipset);
438
nv50_ir
::Target::destroy(targ);
nv50_ir_target.h
26
#include "
nv50_ir
.h"
28
namespace
nv50_ir
{
namespace
228
} // namespace
nv50_ir
nv50_ir.cpp
23
#include "
nv50_ir
.h"
32
namespace
nv50_ir
{
namespace
1062
} // namespace
nv50_ir
1095
nv50_ir
::Program::Type type;
1100
case PIPE_SHADER_##a: type =
nv50_ir
::Program::TYPE_##b; break
1109
type =
nv50_ir
::Program::TYPE_COMPUTE;
1114
nv50_ir
::Target *targ =
nv50_ir
::Target::create(info->target);
1118
nv50_ir
::Program *prog = new
nv50_ir
::Program(type, targ)
[
all
...]
nv50_ir_graph.h
29
namespace
nv50_ir
{
namespace
226
} // namespace
nv50_ir
nv50_ir_graph.cpp
27
#include "
nv50_ir
.h"
29
namespace
nv50_ir
{
namespace
436
} // namespace
nv50_ir
nv50_ir_from_sm4.cpp
2
#include "
nv50_ir
.h"
12
static
nv50_ir
::SVSemantic irSemantic(unsigned sn)
15
case TGSI_SEMANTIC_POSITION: return
nv50_ir
::SV_POSITION;
16
case TGSI_SEMANTIC_FACE: return
nv50_ir
::SV_FACE;
17
case NV50_SEMANTIC_LAYER: return
nv50_ir
::SV_LAYER;
18
case NV50_SEMANTIC_VIEWPORTINDEX: return
nv50_ir
::SV_VIEWPORT_INDEX;
19
case TGSI_SEMANTIC_PSIZE: return
nv50_ir
::SV_POINT_SIZE;
20
case NV50_SEMANTIC_CLIPDISTANCE: return
nv50_ir
::SV_CLIP_DISTANCE;
21
case TGSI_SEMANTIC_VERTEXID: return
nv50_ir
::SV_VERTEX_ID;
22
case TGSI_SEMANTIC_INSTANCEID: return
nv50_ir
::SV_INSTANCE_ID
[
all
...]
nv50_ir_build_util.h
26
namespace
nv50_ir
{
namespace
306
} // namespace
nv50_ir
nv50_ir_bb.cpp
23
#include "
nv50_ir
.h"
25
namespace
nv50_ir
{
namespace
546
} // namespace
nv50_ir
nv50_ir_build_util.cpp
23
#include "
nv50_ir
.h"
26
namespace
nv50_ir
{
namespace
542
} // namespace
nv50_ir
nv50_ir_print.cpp
23
#include "
nv50_ir
.h"
26
namespace
nv50_ir
{
namespace
652
} // namespace
nv50_ir
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h
25
namespace
nv50_ir
{
namespace
70
} // namespace
nv50_ir
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h
25
namespace
nv50_ir
{
namespace
72
} // namespace
nv50_ir
nv50_ir_from_tgsi.cpp
28
#include "
nv50_ir
.h"
36
static
nv50_ir
::operation translateOpcode(uint opcode);
37
static
nv50_ir
::DataFile translateFile(uint file);
38
static
nv50_ir
::TexTarget translateTexture(uint texTarg);
39
static
nv50_ir
::SVSemantic translateSysVal(uint sysval);
92
nv50_ir
::Modifier getMod(int chan) const;
186
inline
nv50_ir
::operation getOP() const {
189
nv50_ir
::DataType inferSrcType() const;
190
nv50_ir
::DataType inferDstType() const;
192
nv50_ir
::CondCode getSetCond() const
[
all
...]
nv50_ir_target.cpp
23
#include "nv50/codegen/
nv50_ir
.h"
26
namespace
nv50_ir
{
namespace
409
} // namespace
nv50_ir
422
nv50_ir
::RelocInfo *info = reinterpret_cast<
nv50_ir
::RelocInfo *>(relocData);
436
nv50_ir
::Target *targ =
nv50_ir
::Target::create(chipset);
438
nv50_ir
::Target::destroy(targ);
nv50_ir_target.h
26
#include "
nv50_ir
.h"
28
namespace
nv50_ir
{
namespace
228
} // namespace
nv50_ir
nv50_ir.cpp
23
#include "
nv50_ir
.h"
32
namespace
nv50_ir
{
namespace
1062
} // namespace
nv50_ir
1095
nv50_ir
::Program::Type type;
1100
case PIPE_SHADER_##a: type =
nv50_ir
::Program::TYPE_##b; break
1109
type =
nv50_ir
::Program::TYPE_COMPUTE;
1114
nv50_ir
::Target *targ =
nv50_ir
::Target::create(info->target);
1118
nv50_ir
::Program *prog = new
nv50_ir
::Program(type, targ)
[
all
...]
nv50_ir_graph.h
29
namespace
nv50_ir
{
namespace
226
} // namespace
nv50_ir
nv50_ir_graph.cpp
27
#include "
nv50_ir
.h"
29
namespace
nv50_ir
{
namespace
436
} // namespace
nv50_ir
nv50_ir_from_sm4.cpp
2
#include "
nv50_ir
.h"
12
static
nv50_ir
::SVSemantic irSemantic(unsigned sn)
15
case TGSI_SEMANTIC_POSITION: return
nv50_ir
::SV_POSITION;
16
case TGSI_SEMANTIC_FACE: return
nv50_ir
::SV_FACE;
17
case NV50_SEMANTIC_LAYER: return
nv50_ir
::SV_LAYER;
18
case NV50_SEMANTIC_VIEWPORTINDEX: return
nv50_ir
::SV_VIEWPORT_INDEX;
19
case TGSI_SEMANTIC_PSIZE: return
nv50_ir
::SV_POINT_SIZE;
20
case NV50_SEMANTIC_CLIPDISTANCE: return
nv50_ir
::SV_CLIP_DISTANCE;
21
case TGSI_SEMANTIC_VERTEXID: return
nv50_ir
::SV_VERTEX_ID;
22
case TGSI_SEMANTIC_INSTANCEID: return
nv50_ir
::SV_INSTANCE_ID
[
all
...]
nv50_ir_build_util.h
26
namespace
nv50_ir
{
namespace
306
} // namespace
nv50_ir
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h
25
namespace
nv50_ir
{
namespace
70
} // namespace
nv50_ir
Completed in 311 milliseconds
1
2
3