Searched defs:eop (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 93 bool eop = false; in decode_shader() local 204 int bc_parser::decode_cf(unsigned &i, bool &eop) { in decode_cf() 796 unsigned eop = c->bc.end_of_program; in prepare_ir() local 840 unsigned eop = c->bc.end_of_program; in prepare_ir() local
|
/third_party/ffmpeg/libavcodec/ |
D | qdrw.c | 489 int eop, trail; in decode_frame() local
|
/third_party/node/src/ |
D | node_options.cc | 585 const EnvironmentOptionsParser& eop) { in PerIsolateOptionsParser()
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 703 auto eop = std::end(optarg); in parse_log_format() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 7210 void CompilerGLSL::emit_glsl_op(uint32_t result_type, uint32_t id, uint32_t eop, const uint32_t *ar… in emit_glsl_op() 7618 void CompilerGLSL::emit_spv_amd_shader_ballot_op(uint32_t result_type, uint32_t id, uint32_t eop, c… in emit_spv_amd_shader_ballot_op() argument 7661 …::emit_spv_amd_shader_explicit_vertex_parameter_op(uint32_t result_type, uint32_t id, uint32_t eop, in emit_spv_amd_shader_explicit_vertex_parameter_op() argument 7685 …ompilerGLSL::emit_spv_amd_shader_trinary_minmax_op(uint32_t result_type, uint32_t id, uint32_t eop, in emit_spv_amd_shader_trinary_minmax_op() argument 7731 void CompilerGLSL::emit_spv_amd_gcn_shader_op(uint32_t result_type, uint32_t id, uint32_t eop, cons… in emit_spv_amd_gcn_shader_op() argument
|
D | spirv_hlsl.cpp | 3490 void CompilerHLSL::emit_glsl_op(uint32_t result_type, uint32_t id, uint32_t eop, const uint32_t *ar… in emit_glsl_op()
|
D | spirv_msl.cpp | 8782 void CompilerMSL::emit_glsl_op(uint32_t result_type, uint32_t id, uint32_t eop, const uint32_t *arg… in emit_glsl_op() 9092 …CompilerMSL::emit_spv_amd_shader_trinary_minmax_op(uint32_t result_type, uint32_t id, uint32_t eop, in emit_spv_amd_shader_trinary_minmax_op()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 3614 char *eop = ps + patlen; in compile_pattern() local
|