Home
last modified time | relevance | path

Searched refs:byte_code (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.c39 info.byte_code = pFunction; in NinePixelShader9_ctor()
61 This->byte_code.version = info.version; in NinePixelShader9_ctor()
63 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NinePixelShader9_ctor()
64 if (!This->byte_code.tokens) in NinePixelShader9_ctor()
66 This->byte_code.size = info.byte_size; in NinePixelShader9_ctor()
131 FREE((void *)This->byte_code.tokens); /* const_cast */ in NinePixelShader9_dtor()
146 *pSizeOfData = This->byte_code.size; in NinePixelShader9_GetFunction()
149 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL); in NinePixelShader9_GetFunction()
151 memcpy(pData, This->byte_code.tokens, This->byte_code.size); in NinePixelShader9_GetFunction()
183 info.byte_code = This->byte_code.tokens; in NinePixelShader9_GetVariant()
[all …]
Dvertexshader9.c44 info.byte_code = pFunction; in NineVertexShader9_ctor()
73 This->byte_code.version = info.version; in NineVertexShader9_ctor()
76 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NineVertexShader9_ctor()
77 if (!This->byte_code.tokens) in NineVertexShader9_ctor()
79 This->byte_code.size = info.byte_size; in NineVertexShader9_ctor()
154 FREE((void *)This->byte_code.tokens); /* const_cast */ in NineVertexShader9_dtor()
170 *pSizeOfData = This->byte_code.size; in NineVertexShader9_GetFunction()
173 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL); in NineVertexShader9_GetFunction()
175 memcpy(pData, This->byte_code.tokens, This->byte_code.size); in NineVertexShader9_GetFunction()
207 info.byte_code = This->byte_code.tokens; in NineVertexShader9_GetVariant()
[all …]
Dpixelshader9.h27 } byte_code; member
73 if (unlikely(ps->byte_code.version < 0x20)) { in NinePixelShader9_UpdateKey()
86 …assert((ps->byte_code.version < 0x14 && !(ps->sampler_mask & 0xFFF0)) || !(ps->sampler_mask & 0xFF… in NinePixelShader9_UpdateKey()
88 if (unlikely(ps->byte_code.version < 0x14)) { in NinePixelShader9_UpdateKey()
97 if (ps->byte_code.version < 0x30 && context->rs[D3DRS_FOGENABLE]) { in NinePixelShader9_UpdateKey()
Dvertexshader9.h33 } byte_code; member
83 if (vs->byte_code.version < 0x30) in NineVertexShader9_UpdateKey()
/external/apache-commons-bcel/src/examples/Mini/
DMiniC.java39 boolean byte_code=true; in main()
47 byte_code=false; in main()
49 byte_code=true; in main()
115 if(byte_code) { in main()
123 program.byte_code(class_gen, cp); in main()
DASTIfExpr.java160 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIfExpr
161 if_expr.byte_code(il, method, cp); in byte_code()
166 then_expr.byte_code(then_code, method, cp); in byte_code()
167 else_expr.byte_code(else_code, method, cp); in byte_code()
DASTLetExpr.java151 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTLetExpr
164 exprs[i].byte_code(il, method, cp); in byte_code()
171 body.byte_code(il, method, cp); in byte_code()
DASTFunAppl.java204 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTFunAppl
216 exprs[0].byte_code(il, method, cp); in byte_code()
231 exprs[i].byte_code(il, method, cp); in byte_code()
DREADME43 byte_code() method that all AST nodes implement. Take a look at
44 MiniC.java at line 85 and follow the recursive byte_code() calls.
DASTExpr.java254 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTExpr
255 exprs[0].byte_code(il, method, cp); in byte_code()
268 exprs[1].byte_code(il, method, cp); in byte_code()
DASTInteger.java90 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTInteger
DASTIdent.java130 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIdent
DASTProgram.java207 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTProgram
326 fun_decls[i].byte_code(class_gen, cp); in byte_code()
DASTFunDecl.java215 public void byte_code(ClassGen class_gen, ConstantPoolGen cp) { in byte_code() method in ASTFunDecl
258 body.byte_code(il, method, cp); in byte_code()
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dvm.hpp17 enum byte_code enum
/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dcalc2_ast_vm.hpp109 enum byte_code enum
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java644 byte[] byte_code = null; in getMethod()
646 byte_code = il.getByteCode(); in getMethod()
684 code = new Code(_cp.addUtf8("Code"), 8 + byte_code.length + // prologue byte code in getMethod()
687 max_stack, max_locals, byte_code, c_exc, code_attrs, _cp.getConstantPool()); in getMethod()
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/
Dcalc6.cpp100 enum byte_code enum

12