Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/wasi/
Dtest-wasi-worker-terminate.js10 const bytecode = new Uint8Array([ constant
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c77 const uint32 *bytecode, in vmw_svga_shader_create()
Dvmw_context.c704 const uint32 *bytecode, in vmw_svga_winsys_vgpu10_shader_create()
Dvmw_screen_svga.c718 const uint32 *bytecode, in vmw_svga_winsys_shader_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
Dr600_asm.c1669 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build()
2645 uint32_t *bytecode; in r600_create_vertex_fetch_shader() local
Dr600_asm.h270 uint32_t *bytecode; member
/third_party/libsnd/src/
Dima_adpcm.c257 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local
326 short bytecode, mask ; in aiff_ima_encode_block() local
389 short step, bytecode, stepindx [2] ; in wavlike_ima_decode_block() local
480 short bytecode, mask ; in wavlike_ima_encode_block() local
Dms_adpcm.c213 short bytecode, bpred [2], chan_idelta [2] ; in msadpcm_decode_block() local
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c221 int bytecode; in adpcmdec_decode_ms_block() local
305 int bytecode; in adpcmdec_decode_ima_block() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c363 instr_t bytecode[384], bc; in assemble() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h85 class bytecode; variable
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c245 int bytecode = 0x0; in adpcmenc_encode_ima_sample() local
/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.int.h97 uint32_t *bytecode; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.h120 void *bytecode; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c638 const uint32 *bytecode, // IN in SVGA3D_DefineShader()
/third_party/python/Objects/
Dgenobject.c347 PyObject *bytecode = f->f_code->co_code; in _PyGen_yf() local
/third_party/quickjs/
Dquickjs.c660 JSString *bytecode; /* also contains the flags */ member