| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.h | 137 TIntermediate& intermediate; // the final product, the intermediate representation, includes the AST member in glslang::HlslGrammar
|
| /third_party/gn/src/gn/ |
| H A D | path_output.cc | 136 std::string intermediate; in WriteSourceRelativeString() local
|
| /third_party/glslang/SPIRV/CInterface/ |
| H A D | spirv_c_interface.cpp | 96 const glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_program_SPIRV_generate_with_options() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | LiveTraverser.h | 155 const TIntermediate& intermediate; member in glslang::TLiveTraverser
|
| H A D | parseVersions.h | 164 TIntermediate& intermediate; // helper for making and hooking up pieces of the parse tree member in glslang::TParseVersions
|
| H A D | reflection.cpp | 1016 const TIntermediate& intermediate; global() member in glslang::TReflectionTraverser 1118 buildAttributeReflection(EShLanguage stage, const TIntermediate& intermediate) buildAttributeReflection() argument 1128 buildCounterIndices(const TIntermediate& intermediate) buildCounterIndices() argument 1145 buildUniformStageMask(const TIntermediate& intermediate) buildUniformStageMask() argument 1163 addStage(EShLanguage stage, const TIntermediate& intermediate) addStage() argument [all...] |
| H A D | propagateNoContraction.cpp | 418 getSymbolToDefinitionMappingAndPreciseSymbolIDs(const glslang::TIntermediate& intermediate) in getSymbolToDefinitionMappingAndPreciseSymbolIDs() argument 784 void PropagateNoContraction(const glslang::TIntermediate& intermediate) in PropagateNoContraction() argument
|
| H A D | iomapper.cpp | 760 TDefaultIoResolverBase::TDefaultIoResolverBase(const TIntermediate& intermediate) in TDefaultIoResolverBase() argument 934 TDefaultGlslIoResolver::TDefaultGlslIoResolver(const TIntermediate& intermediate) in TDefaultGlslIoResolver() argument 1405 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument 1504 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_idct.h | 73 struct pipe_sampler_view *intermediate, *transpose; member
|
| H A D | vl_idct.c | 792 vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer, struct pipe_sampler_view *source, struct pipe_sampler_view *intermediate) vl_idct_init_buffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | glslang_wrapper.cpp | 175 glslang::TIntermediate *intermediate = program.getIntermediate(language); in GlslangCompileToSpirv() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | serialization_test.cc | 40 FontPtr intermediate; in TestSerialization() local 106 FontPtr intermediate; in TestSerializationBitmap() local
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvTools.cpp | 148 void SpirvToolsValidate(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv, in SpirvToolsValidate() argument 175 void SpirvToolsTransform(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv, in SpirvToolsTransform() argument 279 void SpirvToolsStripDebugInfo(const glslang::TIntermediate& intermediate, in SpirvToolsStripDebugInfo() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_avgblur_opencl.c | 153 AVFrame *intermediate = NULL; in avgblur_opencl_filter_frame() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkShaderToSpirV.cpp | 356 const glslang::TIntermediate* const intermediate = glslangProgram.getIntermediate(shaderStage); in compileShaderToSpirV() member in vk::glslang
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcSpirvUtils.cpp | 240 const glslang::TIntermediate* const intermediate = program.getIntermediate(shaderStage); in compileGlslToSpirV() member in glc::spirvUtils::glslang
|
| /third_party/glslang/glslang/CInterface/ |
| H A D | glslang_c_interface.cpp | 447 glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_program_add_source_text() local 452 glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_program_set_source_file() local
|
| /third_party/icu/icu4c/source/test/perf/utfperf/ |
| H A D | utfperf.cpp | 40 static char intermediate[OUTPUT_CAPACITY]; variable [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateCombinedTests.cpp | 667 Extent2D intermediate = combine(extent0, extent1, m_tcParam.combinerOp0); in simulate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ParseHelper.h | 63 TIntermediate& intermediate; // to hold and build a parse tree member in TParseContext
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_teap_common.c | 623 struct wpabuf * eap_teap_tlv_result(int status, int intermediate) in eap_teap_tlv_result() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_teap_common.c | 652 struct wpabuf * eap_teap_tlv_result(int status, int intermediate) in eap_teap_tlv_result() argument
|
| /third_party/openssl/test/ |
| H A D | cmp_protect_test.c | 72 *root = NULL, *intermediate = NULL; variable
|
| /third_party/python/Modules/_io/ |
| H A D | stringio.c | 129 PyObject *intermediate = _PyAccu_Finish(&self->accu); in make_intermediate() local 146 PyObject *intermediate; in realize() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_etc_decode.c | 49 nir_ssa_def *intermediate[4]; in flip_endian() local
|