| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 52 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() 71 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local 359 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local 388 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local 405 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local 413 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local 420 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVersion() local 427 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderOutputType() local 437 TCompiler *compiler = GetCompilerFromHandle(handle); in GetInfoLog() local 449 TCompiler *compiler = GetCompilerFromHandle(handle); in GetObjectCode() local [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 40 const std::vector<Uniform> *GetVariableList(const TCompiler *compiler) in GetVariableList() 46 const std::vector<Varying> *GetVariableList(const TCompiler *compiler) in GetVariableList() 65 const std::vector<Attribute> *GetVariableList(const TCompiler *compiler) in GetVariableList() 71 const std::vector<OutputVariable> *GetVariableList(const TCompiler *compiler) in GetVariableList() 77 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() 96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local 309 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local 338 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local 355 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local 363 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross_c.cpp | 151 unique_ptr<Compiler> compiler; member 263 spvc_capture_mode mode, spvc_compiler *compiler) in spvc_context_create_compiler() 348 spvc_result spvc_compiler_create_compiler_options(spvc_compiler compiler, spvc_compiler_options *op… in spvc_compiler_create_compiler_options() 724 spvc_result spvc_compiler_install_compiler_options(spvc_compiler compiler, spvc_compiler_options op… in spvc_compiler_install_compiler_options() 756 spvc_result spvc_compiler_add_header_line(spvc_compiler compiler, const char *line) in spvc_compiler_add_header_line() 774 spvc_result spvc_compiler_require_extension(spvc_compiler compiler, const char *line) in spvc_compiler_require_extension() 792 spvc_result spvc_compiler_flatten_buffer_block(spvc_compiler compiler, spvc_variable_id id) in spvc_compiler_flatten_buffer_block() 810 spvc_bool spvc_compiler_variable_is_depth_or_compare(spvc_compiler compiler, spvc_variable_id id) in spvc_compiler_variable_is_depth_or_compare() 827 spvc_result spvc_compiler_mask_stage_output_by_location(spvc_compiler compiler, in spvc_compiler_mask_stage_output_by_location() 847 spvc_result spvc_compiler_mask_stage_output_by_builtin(spvc_compiler compiler, SpvBuiltIn builtin) in spvc_compiler_mask_stage_output_by_builtin() [all …]
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitLir.c | 372 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local 461 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler() 488 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct sljit_compiler *compiler) in sljit_set_compiler_memory_error() 547 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags() 568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() 587 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf() 606 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() 622 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf() 664 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter() 682 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context() [all …]
|
| D | sljitNativeX86_64.c | 33 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64() 46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() 61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 363 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 540 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 569 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler) in emit_stack_frame_release() 650 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 672 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() 703 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() 781 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call() [all …]
|
| D | sljitNativeX86_32.c | 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() 46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 253 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 501 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 571 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler) in emit_stack_frame_release() 594 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 667 static sljit_s32 c_fast_call_with_args(struct sljit_compiler *compiler, in c_fast_call_with_args() 741 static sljit_s32 cdecl_call_get_stack_size(struct sljit_compiler *compiler, sljit_s32 arg_types, sl… in cdecl_call_get_stack_size() 774 static sljit_s32 cdecl_call_with_args(struct sljit_compiler *compiler, in cdecl_call_with_args() 815 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args() [all …]
|
| D | sljitNativeARM_32.c | 148 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() 186 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() 200 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw li… in push_inst_with_literal() 250 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, slji… in push_inst_with_unique_literal() 270 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx() 278 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx() 339 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index() 394 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() 405 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm() 660 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() [all …]
|
| D | sljitNativeARM_64.c | 142 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 151 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const() 229 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 503 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate() 605 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 866 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem() 922 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1093 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 1110 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler) in emit_stack_frame_release() 1193 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() [all …]
|
| D | sljitNativeX86_common.c | 492 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 730 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument 743 static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *compiler) in emit_endbranch() 767 static SLJIT_INLINE sljit_s32 emit_rdssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_rdssp() 791 static SLJIT_INLINE sljit_s32 emit_incssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_incssp() 826 static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler *compiler, in adjust_shadow_stack() 897 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov() 956 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() 1109 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() 1251 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, in emit_prefetch() [all …]
|
| D | sljitNativeSPARC_common.c | 208 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() 297 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 511 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 620 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 632 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 641 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return() 693 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, s… in getput_arg_fast() 734 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, sljit_… in getput_arg() 794 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s… in emit_op_mem() 803 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_u32 flags, sljit_… in emit_op_mem2() [all …]
|
| D | sljitNativeARM_T2_32.c | 210 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() 222 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() 232 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() 370 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 557 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate() 589 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 967 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta() 989 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem() 1081 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1286 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() [all …]
|
| D | sljitNativeS390X.c | 171 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 205 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() 849 static sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr dst_… in update_zero_overflow() 867 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() 911 static sljit_s32 make_addr_bxy(struct sljit_compiler *compiler, in make_addr_bxy() 944 static sljit_s32 make_addr_bx(struct sljit_compiler *compiler, in make_addr_bx() 981 static sljit_s32 load_word(struct sljit_compiler *compiler, sljit_gpr dst, in load_word() 1003 static sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src, in store_word() 1026 static sljit_s32 emit_move(struct sljit_compiler *compiler, in emit_move() 1042 static sljit_s32 emit_rr(struct sljit_compiler *compiler, sljit_ins ins, in emit_rr() [all …]
|
| D | sljitNativeMIPS_32.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() 69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() 418 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() 443 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() 572 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call() 616 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
|
| D | sljitNativePPC_common.c | 255 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 384 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 718 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 824 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 839 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler) in emit_stack_frame_release() 893 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1064 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() 1139 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() 1209 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() 1259 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, in emit_prefetch() [all …]
|
| D | sljitNativeMIPS_64.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() 160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() 536 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() 566 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() 640 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call() 674 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
|
| D | sljitNativeMIPS_common.c | 294 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() 506 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 767 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 965 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 989 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size, sl… in emit_stack_frame_release() 1066 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1122 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar… in getput_arg_fast() 1163 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, slj… in getput_arg() 1251 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sl… in emit_op_mem() 1288 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_… in emit_op_mem2() [all …]
|
| D | sljitNativeSPARC_32.c | 27 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw imm) in load_immediate() 38 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u… in emit_single_op() 141 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() 260 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLMain.cpp | 68 SkSL::Compiler compiler; in main() local 84 SkSL::Compiler compiler; in main() local 100 SkSL::Compiler compiler; in main() local 116 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main() local 133 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_compiler.c | 36 struct etna_compiler *compiler = rzalloc(NULL, struct etna_compiler); in etna_compiler_create() local 77 etna_compiler_destroy(const struct etna_compiler *compiler) in etna_compiler_destroy() 83 etna_compiler_get_options(struct etna_compiler *compiler) in etna_compiler_get_options()
|
| D | etnaviv_disk_cache.c | 35 etna_disk_cache_init(struct etna_compiler *compiler, const char *renderer) in etna_disk_cache_init() 54 etna_disk_cache_init_shader_key(struct etna_compiler *compiler, struct etna_shader *shader) in etna_disk_cache_init_shader_key() 79 compute_variant_key(struct etna_compiler *compiler, struct etna_shader_variant *v, in compute_variant_key() 124 etna_disk_cache_retrieve(struct etna_compiler *compiler, struct etna_shader_variant *v) in etna_disk_cache_retrieve() 160 etna_disk_cache_store(struct etna_compiler *compiler, struct etna_shader_variant *v) in etna_disk_cache_store()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ConstructCompiler_test.cpp | 19 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 30 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 42 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ConstructCompiler_test.cpp | 19 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 30 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 42 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_compiler.c | 67 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() 155 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local 319 ir3_get_compiler_options(struct ir3_compiler *compiler) in ir3_get_compiler_options()
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_program_tex.c | 35 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler, in shadow_fail_value() 46 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler, in shadow_pass_value() 57 static void scale_texcoords(struct r300_fragment_program_compiler *compiler, in scale_texcoords() 81 static void projective_divide(struct r300_fragment_program_compiler *compiler, in projective_divide() 127 struct r300_fragment_program_compiler *compiler = in radeonTransformTEX() local
|
| /third_party/mesa3d/src/imagination/rogue/ |
| D | rogue_compiler.c | 45 struct rogue_compiler *compiler; in rogue_compiler_create() local 67 void rogue_compiler_destroy(struct rogue_compiler *compiler) in rogue_compiler_destroy()
|