/external/mesa3d/src/gallium/frontends/nine/ |
D | pixelshader9.c | 56 info.byte_code = pFunction; in NinePixelShader9_ctor() 74 This->byte_code.version = info.version; in NinePixelShader9_ctor() 76 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NinePixelShader9_ctor() 77 if (!This->byte_code.tokens) in NinePixelShader9_ctor() 79 This->byte_code.size = info.byte_size; in NinePixelShader9_ctor() 137 FREE((void *)This->byte_code.tokens); /* const_cast */ in NinePixelShader9_dtor() 152 *pSizeOfData = This->byte_code.size; in NinePixelShader9_GetFunction() 155 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL); in NinePixelShader9_GetFunction() 157 memcpy(pData, This->byte_code.tokens, This->byte_code.size); in NinePixelShader9_GetFunction() 189 info.byte_code = This->byte_code.tokens; in NinePixelShader9_GetVariant() [all …]
|
D | vertexshader9.c | 61 info.byte_code = pFunction; in NineVertexShader9_ctor() 88 This->byte_code.version = info.version; in NineVertexShader9_ctor() 91 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NineVertexShader9_ctor() 92 if (!This->byte_code.tokens) in NineVertexShader9_ctor() 94 This->byte_code.size = info.byte_size; in NineVertexShader9_ctor() 162 FREE((void *)This->byte_code.tokens); /* const_cast */ in NineVertexShader9_dtor() 178 *pSizeOfData = This->byte_code.size; in NineVertexShader9_GetFunction() 181 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL); in NineVertexShader9_GetFunction() 183 memcpy(pData, This->byte_code.tokens, This->byte_code.size); in NineVertexShader9_GetFunction() 215 info.byte_code = This->byte_code.tokens; in NineVertexShader9_GetVariant() [all …]
|
D | pixelshader9.h | 44 } byte_code; member 87 if (unlikely(ps->byte_code.version < 0x20)) { in NinePixelShader9_UpdateKey() 100 …assert((ps->byte_code.version < 0x14 && !(ps->sampler_mask & 0xFFF0)) || !(ps->sampler_mask & 0xFF… in NinePixelShader9_UpdateKey() 102 if (unlikely(ps->byte_code.version < 0x14)) { in NinePixelShader9_UpdateKey() 111 if (ps->byte_code.version < 0x30) { in NinePixelShader9_UpdateKey()
|
D | vertexshader9.h | 50 } byte_code; member 100 if (vs->byte_code.version < 0x30) in NineVertexShader9_UpdateKey()
|
D | nine_shader.h | 52 const DWORD *byte_code; /* in, pointer to shader tokens */ member
|
D | nine_shader.c | 436 const DWORD *byte_code; member 3539 tx->byte_code = info->byte_code; in tx_ctor() 3540 tx->parse = info->byte_code; in tx_ctor() 4134 info->byte_size = (tx->parse - tx->byte_code) * sizeof(DWORD); in nine_translate_shader()
|
D | device9.c | 3115 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF), in NineDevice9_ProcessVertices() 3139 user_assert(vs->byte_code.version == 0x30, in NineDevice9_ProcessVertices()
|
D | nine_state.c | 556 if (context->ps->byte_code.version < 0x30 && in prepare_ps_constants_userbuf()
|
/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 | 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 | ASTIdent.java | 130 public void byte_code(InstructionList il, MethodGen method, ConstantPoolGen cp) { in byte_code() method in ASTIdent
|
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/python/setuptools/setuptools/ |
D | depends.py | 149 for byte_code in dis.Bytecode(code): 150 op = byte_code.opcode 151 arg = byte_code.arg
|
/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()
|