/external/mesa3d/src/gallium/frontends/nine/ |
D | pixelshader9.c | 39 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 …]
|
D | vertexshader9.c | 44 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 …]
|
D | pixelshader9.h | 27 } 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()
|
D | vertexshader9.h | 33 } byte_code; member 83 if (vs->byte_code.version < 0x30) in NineVertexShader9_UpdateKey()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | MiniC.java | 39 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()
|
D | ASTIfExpr.java | 160 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()
|
D | ASTLetExpr.java | 151 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()
|
D | ASTFunAppl.java | 204 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()
|
D | README | 43 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.
|
D | ASTExpr.java | 254 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()
|
D | ASTInteger.java | 90 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTInteger
|
D | ASTIdent.java | 130 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIdent
|
D | ASTProgram.java | 207 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()
|
D | ASTFunDecl.java | 215 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/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/ |
D | vm.hpp | 17 enum byte_code enum
|
/external/sdv/vsomeip/third_party/boost/spirit/example/karma/ |
D | calc2_ast_vm.hpp | 109 enum byte_code enum
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | MethodGen.java | 644 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/ |
D | calc6.cpp | 100 enum byte_code enum
|