/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_optimizer_test.cpp | 22 auto sh = from_string(red_triangle_fs_expect_from_nir); in TEST_F() local 23 dead_code_elimination(*sh); in TEST_F() 25 check(sh, red_triangle_fs_expect_from_nir_dce); in TEST_F() 31 auto sh = from_string(add_add_1_expect_from_nir); in TEST_F() local 32 copy_propagation_fwd(*sh); in TEST_F() 33 check(sh, add_add_1_expect_from_nir_copy_prop_fwd); in TEST_F() 38 auto sh = from_string(add_add_1_expect_from_nir); in TEST_F() local 39 copy_propagation_fwd(*sh); in TEST_F() 40 dead_code_elimination(*sh); in TEST_F() 41 check(sh, add_add_1_expect_from_nir_copy_prop_fwd_dc in TEST_F() 46 auto sh = from_string(add_add_1_expect_from_nir_copy_prop_fwd_dce); TEST_F() local 55 auto sh = from_string(basic_interpolation_orig); TEST_F() local 72 auto sh = from_string(shader_group_chan_pin_to_combine); TEST_F() local 90 auto sh = from_string(vs_nexted_loop_from_nir_expect); TEST_F() local 98 auto sh = from_string(shader_with_dest_array); TEST_F() local 107 auto sh = from_string(shader_with_dest_array_opt_expect); TEST_F() local 113 auto sh = from_string(shader_with_dest_array2); TEST_F() local 119 auto sh = from_string(shader_with_dest_array2_scheduled); TEST_F() local 130 auto sh = from_string(shader_group_chan_pin_combined_sheduled); TEST_F() local 140 auto sh = from_string(tes_pre_op); TEST_F() local 149 auto sh = from_string(tes_optimized_pre_sched); TEST_F() local 176 auto sh = from_string(basic_interpolation_orig); TEST_F() local 184 auto sh = from_string(basic_interpolation_orig_cayman); TEST_F() local 192 auto sh = from_string(basic_interpolation_orig_cayman); TEST_F() local 202 auto sh = from_string(dot4_pre); TEST_F() local 214 auto sh = from_string(glxgears_vs2_from_nir_expect); TEST_F() local 222 auto sh = from_string(test_schedule_group); TEST_F() local 229 auto sh = from_string(shader_copy_prop_dont_kill_double_use); TEST_F() local 239 auto sh = from_string(shader_with_bany_expect_eg); TEST_F() local 247 auto sh = from_string(shader_group_chan_pin_to_combine_2); TEST_F() local 254 auto sh = from_string(fs_with_loop_multislot_reuse); TEST_F() local 260 auto sh = from_string(vtx_for_tcs_inp); TEST_F() local 267 auto sh = from_string(vtx_for_tcs_pre_sched); TEST_F() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem_sec.c | 85 * These are the functions that must be implemented by a secure heap (sh). 283 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 297 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size]) 299 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size]) 322 static SH sh; variable 326 ossl_ssize_t list = sh in sh_getlist() [all...] |
/third_party/openssl/crypto/ |
H A D | mem_sec.c | 85 * These are the functions that must be implemented by a secure heap (sh). 277 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 291 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size]) 293 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size]) 316 static SH sh; variable 320 ossl_ssize_t list = sh in sh_getlist() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | handle.c | 9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t)); in sepol_handle_create() local 10 if (sh == NULL) in sepol_handle_create() 14 sh->msg_callback = sepol_msg_default_handler; in sepol_handle_create() 15 sh->msg_callback_arg = NULL; in sepol_handle_create() 18 sh->disable_dontaudit = 0; in sepol_handle_create() 19 sh->expand_consume_base = 0; in sepol_handle_create() 22 sh->preserve_tunables = 0; in sepol_handle_create() 24 return sh; in sepol_handle_create() 27 int sepol_get_preserve_tunables(sepol_handle_t *sh) in sepol_get_preserve_tunables() argument 29 assert(sh ! in sepol_get_preserve_tunables() 33 sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables) sepol_set_preserve_tunables() argument 39 sepol_get_disable_dontaudit(sepol_handle_t *sh) sepol_get_disable_dontaudit() argument 45 sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit) sepol_set_disable_dontaudit() argument 51 sepol_set_expand_consume_base(sepol_handle_t *sh, int consume_base) sepol_set_expand_consume_base() argument 57 sepol_handle_destroy(sepol_handle_t * sh) sepol_handle_destroy() argument [all...] |
/third_party/rust/crates/once_cell/xtask/src/ |
H A D | main.rs | 11 let sh = Shell::new()?; in main() 13 let _e = push_toolchain(&sh, "stable")?; in main() 14 let _e = sh.push_env("CARGO", ""); in main() 18 cmd!(sh, "cargo test --workspace --no-run").run()?; in main() 25 cmd!(sh, "cargo test --features unstable {release...}").run()?; in main() 27 sh, in main() 34 cmd!(sh, "cargo test --no-default-features --features unstable --test it").run()?; in main() 35 cmd!(sh, "cargo test --no-default-features --features unstable,alloc --test it").run()?; in main() 37 cmd!(sh, "cargo test --no-default-features --features critical-section").run()?; in main() 38 cmd!(sh, "carg in main() [all...] |
/third_party/ltp/testcases/kernel/fs/racer/ |
H A D | fs_racer.sh | 37 ./fs_racer_file_create.sh $DIR $MAX_FILES & 38 ./fs_racer_file_create.sh $DIR $MAX_FILES & 39 ./fs_racer_file_create.sh $DIR $MAX_FILES & 41 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 42 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 43 ./fs_racer_dir_create.sh $DIR $MAX_FILES & 45 ./fs_racer_file_rename.sh $DIR $MAX_FILES & 46 ./fs_racer_file_rename.sh $DIR $MAX_FILES & 47 ./fs_racer_file_rename.sh $DIR $MAX_FILES & 49 ./fs_racer_file_link.sh [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | VariablePacker_test.cpp | 17 static sh::GLenum types[] = { 62 static sh::GLenum nonSqMatTypes[] = {GL_FLOAT_MAT2x3, GL_FLOAT_MAT2x4, GL_FLOAT_MAT3x2, 66 sh::ShaderVariable CreateShaderVariable(sh::GLenum type, int numVars) in CreateShaderVariable() 71 return sh::ShaderVariable(type); in CreateShaderVariable() 73 return sh::ShaderVariable(type, numVars); in CreateShaderVariable() 80 std::vector<sh::ShaderVariable> vars; in TEST() 87 sh::GLenum type = types[tt]; in TEST() 88 int num_rows = sh::GetTypePackingRows(type); in TEST() 89 int num_components_per_row = sh in TEST() [all...] |
H A D | ShaderVariable_test.cpp | 15 namespace sh namespace 218 sh::InitBuiltInResources(&resources); in TEST() 220 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 233 EXPECT_TRUE(sh::Compile(compiler, program, 1, SH_OBJECT_CODE)); in TEST() 234 EXPECT_TRUE(sh::Compile(compiler, program, 1, SH_OBJECT_CODE)); in TEST() 235 sh::Destruct(compiler); in TEST() 241 sh::InitBuiltInResources(&resources); in TEST() 243 ShHandle compiler = sh::ConstructCompiler(GL_VERTEX_SHADER, SH_GLES2_SPEC, in TEST() 268 EXPECT_TRUE(sh::Compile(compiler, program1, 1, SH_VARIABLES)); in TEST() 269 EXPECT_FALSE(sh in TEST() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_core.cpp | 117 shader *sh = parser.get_shader(); in r600_sb_bytecode_process() local 120 bc_dump(*sh, bc->bytecode, bc->ndw).run(); in r600_sb_bytecode_process() 124 delete sh; in r600_sb_bytecode_process() 128 if (sh->target != TARGET_FETCH) { in r600_sb_bytecode_process() 129 sh->src_stats.ndw = bc->ndw; in r600_sb_bytecode_process() 130 sh->collect_stats(false); in r600_sb_bytecode_process() 158 SB_DUMP_PASS( sblog << "\n\n###### after parse\n"; sh->dump_ir(); ); in r600_sb_bytecode_process() 162 r = n(*sh).run(); \ in r600_sb_bytecode_process() 168 delete sh; \ in r600_sb_bytecode_process() 173 sh in r600_sb_bytecode_process() [all...] |
H A D | sb_bc_parser.cpp | 77 sh = new shader(ctx, t, bc->debug_id); in decode() 78 sh->safe_math = sb_context::safe_math || (t == TARGET_COMPUTE || bc->precise); in decode() 84 sh->ngpr = bc->ngpr; in decode() 85 sh->nstack = bc->nstack; in decode() 95 sh->init(); in decode_shader() 120 sh->add_gpr_array(0, bc->ngpr, 0x0F); in parse_decls() 123 sh->add_input(0 /* GPR */, true /* preloaded */, 0x0F /* mask */); in parse_decls() 124 sh->add_input(1 /* GPR */, true /* preloaded */, 0x0F /* mask */); in parse_decls() 135 sh->add_gpr_array(a.gpr_start, a.gpr_count, a.comp_mask); in parse_decls() 138 sh in parse_decls() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_hevc.c | 214 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in vaapi_hevc_start_frame() 215 pic_param->st_rps_bits = h->sh.short_term_ref_pic_set_size; in vaapi_hevc_start_frame() 327 const SliceHeader *sh, in fill_pred_weight_table() 352 if (sh->slice_type == HEVC_SLICE_I || in fill_pred_weight_table() 353 (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) || in fill_pred_weight_table() 354 (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag)) in fill_pred_weight_table() 357 slice_param->luma_log2_weight_denom = sh->luma_log2_weight_denom; in fill_pred_weight_table() 360 slice_param->delta_chroma_log2_weight_denom = sh->chroma_log2_weight_denom - sh in fill_pred_weight_table() 325 fill_pred_weight_table(AVCodecContext *avctx, const HEVCContext *h, const SliceHeader *sh, VASliceParameterBufferHEVC *slice_param) fill_pred_weight_table() argument 412 const SliceHeader *sh = &h->sh; vaapi_hevc_decode_slice() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_initializers.c | 53 data->location >= data->prog->sh.data->NumUniformStorage) in set_opaque_binding() 57 data->prog->sh.data->UniformStorage + data->location++; in set_opaque_binding() 64 for (int sh = 0; sh < MESA_SHADER_STAGES; sh++) { in set_opaque_binding() 65 struct gl_linked_shader *shader = data->shader_prog->_LinkedShaders[sh]; in set_opaque_binding() 69 if (!storage->opaque[sh].active) in set_opaque_binding() 74 const unsigned index = storage->opaque[sh].index + i; in set_opaque_binding() 77 if (index >= shader->Program->sh.NumBindlessSamplers) in set_opaque_binding() 79 shader->Program->sh in set_opaque_binding() 262 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; gl_nir_set_uniform_initializers() local [all...] |
H A D | serialize.cpp | 46 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; in write_subroutines() local 47 if (!sh) in write_subroutines() 50 struct gl_program *glprog = sh->Program; in write_subroutines() 52 blob_write_uint32(metadata, glprog->sh.NumSubroutineUniforms); in write_subroutines() 53 blob_write_uint32(metadata, glprog->sh.MaxSubroutineFunctionIndex); in write_subroutines() 54 blob_write_uint32(metadata, glprog->sh.NumSubroutineFunctions); in write_subroutines() 55 for (unsigned j = 0; j < glprog->sh.NumSubroutineFunctions; j++) { in write_subroutines() 56 int num_types = glprog->sh.SubroutineFunctions[j].num_compat_types; in write_subroutines() 58 blob_write_string(metadata, glprog->sh.SubroutineFunctions[j].name.string); in write_subroutines() 59 blob_write_uint32(metadata, glprog->sh in write_subroutines() 76 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; read_subroutines() local 137 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; write_buffer_blocks() local 214 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; read_buffer_blocks() local 629 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; write_uniform_remap_tables() local 684 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; read_uniform_remap_tables() local 767 write_shader_subroutine_index(struct blob *metadata, struct gl_linked_shader *sh, struct gl_program_resource *res) write_shader_subroutine_index() argument 805 struct gl_linked_shader *sh; write_program_resource_data() local 918 struct gl_linked_shader *sh; read_program_resource_data() local 1267 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; serialize_glsl_program() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Shader.h | 70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary() 75 const std::vector<sh::ShaderVariable> &getInputVaryings() const { return mInputVaryings; } in getInputVaryings() 76 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() 77 const std::vector<sh::ShaderVariable> &getUniforms() const { return mUniforms; } in getUniforms() 78 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() 79 const std::vector<sh::InterfaceBlock> &getShaderStorageBlocks() const in getShaderStorageBlocks() 83 const std::vector<sh::ShaderVariable> &getActiveAttributes() const { return mActiveAttributes; } in getActiveAttributes() 84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() 85 const std::vector<sh::ShaderVariable> &getActiveOutputVariables() const in getActiveOutputVariables() 92 const sh [all...] |
H A D | Shader.cpp | 58 bool CompareShaderVar(const sh::ShaderVariable &x, const sh::ShaderVariable &y) in CompareShaderVar() 301 const sh::BinaryBlob &Shader::getCompiledBinary() in getCompiledBinary() 422 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile() 434 mState.mCompiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in resolveCompile() 438 mState.mTranslatedSource = sh::GetObjectCode(compilerHandle); in resolveCompile() 471 mState.mShaderVersion = sh::GetShaderVersion(compilerHandle); in resolveCompile() 473 mState.mUniforms = GetShaderVariables(sh::GetUniforms(compilerHandle)); in resolveCompile() 474 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile() 475 mState.mShaderStorageBlocks = GetShaderVariables(sh in resolveCompile() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.h | 30 namespace sh namespace 54 bool RemoveInvariant(sh::GLenum shaderType, 93 TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output); 119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 125 const std::vector<sh::ShaderVariable> &getAttributes() const { return mAttributes; } in getAttributes() 126 const std::vector<sh::ShaderVariable> &getOutputVariables() const { return mOutputVariables; } in getOutputVariables() 127 const std::vector<sh::ShaderVariable> &getUniforms() const { return mUniforms; } in getUniforms() 128 const std::vector<sh::ShaderVariable> &getInputVaryings() const { return mInputVaryings; } in getInputVaryings() 129 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() 130 const std::vector<sh in getOutputVaryings() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RemoveInactiveInterfaceVariables.cpp | 16 namespace sh namespace 28 const std::vector<sh::ShaderVariable> &attributes, 29 const std::vector<sh::ShaderVariable> &inputVaryings, 30 const std::vector<sh::ShaderVariable> &outputVariables, 31 const std::vector<sh::ShaderVariable> &uniforms, 32 const std::vector<sh::InterfaceBlock> &interfaceBlocks, 39 const std::vector<sh::ShaderVariable> &mAttributes; 40 const std::vector<sh::ShaderVariable> &mInputVaryings; 41 const std::vector<sh::ShaderVariable> &mOutputVariables; 42 const std::vector<sh [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderobj.c | 53 * Set ptr to point to sh. 56 * Then set ptr to point to sh, incrementing its refcount. 60 struct gl_shader *sh, bool skip_locking) in _reference_shader() 63 if (*ptr == sh) { in _reference_shader() 87 if (sh) { in _reference_shader() 89 p_atomic_inc(&sh->RefCount); in _reference_shader() 90 *ptr = sh; in _reference_shader() 96 struct gl_shader *sh) in _mesa_reference_shader() 98 _reference_shader(ctx, ptr, sh, false); in _mesa_reference_shader() 131 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) in _mesa_delete_shader() argument 59 _reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh, bool skip_locking) _reference_shader() argument 95 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) _mesa_reference_shader() argument 145 _mesa_delete_linked_shader(struct gl_context *ctx, struct gl_linked_shader *sh) _mesa_delete_linked_shader() argument 161 struct gl_shader *sh = (struct gl_shader *) _mesa_lookup_shader() local 187 struct gl_shader *sh = (struct gl_shader *) _mesa_lookup_shader_err() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir.cpp | 351 r600_lower_clipvertex_to_clipdist(nir_shader *sh, in r600_lower_clipvertex_to_clipdist() argument 354 if (!(sh->info.outputs_written & VARYING_BIT_CLIP_VERTEX)) in r600_lower_clipvertex_to_clipdist() 357 int noutputs = util_bitcount64(sh->info.outputs_written); in r600_lower_clipvertex_to_clipdist() 358 bool result = r600::LowerClipvertexWrite(noutputs, so_info).run(sh); in r600_lower_clipvertex_to_clipdist() 728 auto sh = nir_shader_clone(sel->nir, sel->nir); in r600_shader_from_nir() local 730 if (r600_is_last_vertex_stage(sh, *key)) in r600_shader_from_nir() 731 r600_lower_clipvertex_to_clipdist(sh, sel->so); in r600_shader_from_nir() 733 if (sh->info.stage == MESA_SHADER_TESS_CTRL || in r600_shader_from_nir() 734 sh->info.stage == MESA_SHADER_TESS_EVAL || in r600_shader_from_nir() 735 (sh in r600_shader_from_nir() [all...] |
/third_party/protobuf/ |
H A D | tests.sh | 20 ./autogen.sh 59 ./autogen.sh 93 ./autogen.sh 146 csharp/generate_protos.sh 148 csharp/buildall.sh 152 csharp/compatibility_tests/v3.0.0/test.sh 3.0.0 155 csharp/compatibility_tests/v3.0.0/test.sh $LAST_RELEASED 243 ./test.sh 3.0.0-beta-4 246 ./test.sh $LAST_RELEASED 272 objectivec/DevTools/full_mac_build.sh \ [all...] |
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | cfb_enc.c | 43 unsigned int sh[4]; in DES_cfb_encrypt() local 44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() 47 assert(sizeof(sh[0]) == 4); /* as this holds true for all, */ in DES_cfb_encrypt() 87 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1; in DES_cfb_encrypt() 96 v0 = sh[0], v1 = sh[1]; in DES_cfb_encrypt() 130 sh[ in DES_cfb_encrypt() [all...] |
/third_party/openssl/crypto/des/ |
H A D | cfb_enc.c | 43 unsigned int sh[4]; in DES_cfb_encrypt() local 44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() 47 assert(sizeof(sh[0]) == 4); /* as this holds true for all, */ in DES_cfb_encrypt() 87 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1; in DES_cfb_encrypt() 96 v0 = sh[0], v1 = sh[1]; in DES_cfb_encrypt() 130 sh[ in DES_cfb_encrypt() [all...] |
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
H A D | shader_translator.cpp | 35 static sh::GLenum FindShaderType(const char *fileName); 38 static void PrintVariable(const std::string &prefix, size_t index, const sh::ShaderVariable &var); 52 static void PrintSpirv(const sh::BinaryBlob &blob); 59 sh::InitBuiltInResources(resources); in GenerateResources() 92 sh::InitializeGlslang(); in main() 94 sh::Initialize(); in main() 287 sh::ConstructCompiler(GL_VERTEX_SHADER, spec, output, &resources); in main() 295 sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in main() 303 sh::ConstructCompiler(GL_COMPUTE_SHADER, spec, output, &resources); in main() 311 sh in main() [all...] |
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | run_freezer.sh | 34 #vfork_freeze.sh 35 # write signal/send_invalid_sig.sh 36 # write signal/read_signal.kill.sh 37 FREEZER_TEST_SCRIPTS=( write_freezing.sh 38 freeze_write_freezing.sh 39 freeze_thaw.sh 40 freeze_sleep_thaw.sh 41 freeze_kill_thaw.sh 42 freeze_move_thaw.sh 43 freeze_cancel.sh [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | AstHelpers.cpp | 14 using namespace sh; 18 Declaration sh::ViewDeclaration(TIntermDeclaration &declNode) in ViewDeclaration() 39 const TVariable &sh::CreateStructTypeVariable(TSymbolTable &symbolTable, in CreateStructTypeVariable() 47 const TVariable &sh::CreateInstanceVariable(TSymbolTable &symbolTable, in CreateInstanceVariable() 76 TIntermSequence &sh::CloneSequenceAndPrepend(const TIntermSequence &seq, TIntermNode &node) in CloneSequenceAndPrepend() 89 void sh::AddParametersFrom(TFunction &dest, const TFunction &src) in AddParametersFrom() 99 const TFunction &sh::CloneFunction(TSymbolTable &symbolTable, in CloneFunction() 117 const TFunction &sh::CloneFunctionAndPrependParam(TSymbolTable &symbolTable, in CloneFunctionAndPrependParam() 138 const TFunction &sh::CloneFunctionAndAppendParams(TSymbolTable &symbolTable, in CloneFunctionAndAppendParams() 162 const TFunction &sh [all...] |