| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | link_functions.cpp | 41 call_link_visitor(gl_shader_program *prog, gl_linked_shader *linked, in call_link_visitor() argument 300 gl_linked_shader *linked; global() member in __anon7176::call_link_visitor [all...] |
| H A D | gl_nir_link_uniform_blocks.c | 591 struct gl_linked_shader *const linked = prog->_LinkedShaders[stage]; in gl_nir_link_uniform_blocks() local [all...] |
| H A D | opt_array_splitting.cpp | 440 optimize_split_arrays(exec_list *instructions, bool linked) in optimize_split_arrays() argument 271 get_split_list(exec_list *instructions, bool linked) get_split_list() argument
|
| H A D | serialize.cpp | 1227 struct gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in create_linked_shader_and_program() local 1147 read_shader_metadata(struct blob_reader *metadata, struct gl_program *glprog, gl_linked_shader *linked) read_shader_metadata() argument
|
| H A D | linker.cpp | 2407 gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); link_intrastage_shaders() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 277 GLint linked; in main() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | glspirv.c | 147 struct gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in _mesa_spirv_link_shaders() local [all...] |
| H A D | shaderapi.c | 734 struct gl_linked_shader *linked = shprog->_LinkedShaders[i]; in get_shader_program_completion_status() local [all...] |
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.h | 181 base::ThreadedList<ThreadedLabel> linked; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BindUniformLocationTest.cpp | 163 GLint linked = 0; in TEST_P() local 477 GLint linked = GL_FALSE; in TEST_P() local 508 GLint linked in TEST_P() local 541 GLint linked = GL_FALSE; TEST_P() local 565 GLint linked = GL_FALSE; TEST_P() local [all...] |
| H A D | BlendFuncExtendedTest.cpp | 255 GLint linked = 0; in LinkProgram() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | card.h | 90 bool linked; member
|
| H A D | source-output.c | 586 bool linked; in pa_source_output_unlink() local
|
| H A D | sink-input.c | 762 bool linked; in pa_sink_input_unlink() local
|
| H A D | source.c | 690 bool linked; in pa_source_unlink() local
|
| H A D | sink.c | 751 bool linked; in pa_sink_unlink() local
|
| /third_party/skia/src/gpu/gl/builders/ |
| H A D | GrGLProgramBuilder.cpp | 502 GrGLint linked = GR_GL_INIT_ZERO; in checkLinkStatus() local 629 GrGLint linked = GR_GL_INIT_ZERO; in PrecompileProgram() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Program.h | 317 bool linked; member in es2::Program
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
| H A D | DisplayGbm.cpp | 611 GLint linked; in drawWithTexture() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_multi.c | 48 snd_pcm_t *linked; member [all...] |
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.h | 146 unsigned int linked:1; /* linked streams */ member
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cSeparateShaderObjsTests.cpp | 539 int linked = GL_FALSE; in checkCSProg() local 2021 int linked = GL_FALSE; checkCSProg() local 2641 int linked = GL_FALSE; checkCSProg() local [all...] |
| /third_party/glslang/glslang/Public/ |
| H A D | ShaderLang.h | 970 bool linked; member in glslang::TProgram
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectBinaryTests.cpp | 57 bool linked; member 97 vk::Move<vk::VkShaderEXT> createShader (const vk::DeviceInterface& vk, const vk::BinaryCollection& binaries, const vk::VkDevice device, vk::VkPhysicalDeviceFeatures features, vk::VkDescriptorSetLayout descriptorSetLayout, bool linked, vk::VkShaderStageFlagBits stage) in createShader() argument 560 ShaderObjectDeviceFeaturesBinaryInstance (Context& context, const bool linked, const vk::VkShaderStageFlagBits stage, const deUint32 index) in ShaderObjectDeviceFeaturesBinaryInstance() argument 1003 ShaderObjectDeviceFeaturesBinaryCase (tcu::TestContext& testCtx, const std::string& name, const bool linked, const vk::VkShaderStageFlagBits stage, const deUint32 index) in ShaderObjectDeviceFeaturesBinaryCase() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 3284 void GraphicsPipelineWrapper::createShaders (bool linked, bool binary) in createShaders() argument 3802 bool linked = m_internalData->pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_SPIRV || in buildPipeline() local [all...] |