/third_party/skia/src/gpu/gl/ |
H A D | GrGLProgramDataManager.cpp | 22 Uniform& uniform = fUniforms[i++]; in GrGLProgramDataManager() local
|
/third_party/skia/tests/ |
H A D | SkRuntimeEffectTest.cpp | 325 SkRuntimeShaderBuilder::BuilderUniform uniform(const char* name) { uniform() function in TestEffect 375 SkRuntimeBlendBuilder::BuilderUniform uniform(const char* name) { uniform() function in TestBlend [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderProgram.cpp | 89 const rsg::ShaderInput* uniform = unifiedUniforms[uniformNdx]; in generateProgramDeclaration() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgUtils.cpp | 41 const ShaderInput* uniform = *i; in addNewUniforms() local 119 const ShaderInput* uniform = *i; in computeUniformValues() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Uniform.cpp | 68 LinkedUniform::LinkedUniform(const sh::ShaderVariable &uniform) in LinkedUniform() argument 78 LinkedUniform::LinkedUniform(const LinkedUniform &uniform) in LinkedUniform() argument 87 LinkedUniform &LinkedUniform::operator=(const LinkedUniform &uniform) in operator =() argument [all...] |
H A D | ProgramExecutable.cpp | 331 LinkedUniform uniform; local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_analyze_ubo_ranges.c | 334 nir_ssa_def *uniform = in lower_ubo_load_to_uniform() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir.c | 776 uint32_t uniform = c->num_uniforms++; in qir_uniform() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 317 ppir_codegen_field_uniform *uniform = code; in print_uniform() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.c | 173 boolean uniform = TRUE; in r300_translate_texformat() local
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 362 def uniform(array): function
|
/third_party/python/Lib/ |
H A D | random.py | 520 def uniform(self, a, b): member in Random 834 uniform = _inst.uniform variable [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | MonomorphizeUnsupportedFunctions.cpp | 306 const TVariable *uniform = GetBaseUniform(callArgument, &isSamplerInStruct); in processFunctionCall() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 47 Image2DHLSLGroup image2DHLSLGroup(const sh::ShaderVariable &uniform) in image2DHLSLGroup() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.cpp | 239 GrShaderVar uniform = uniformHandler->liftUniformToVertexShader( in emitTransformCode() local 326 SetTransform(const GrGLSLProgramDataManager& pdman, const GrShaderCaps& shaderCaps, const UniformHandle& uniform, const SkMatrix& matrix, SkMatrix* state) SetTransform() argument
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 705 u8 mtrr, uniform; in pud_set_huge() local 732 u8 mtrr, uniform; in pmd_set_huge() local
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 255 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument 160 mtrr_type_lookup_variable(u64 start, u64 end, u64 *partial_end, int *repeat, u8 *uniform) mtrr_type_lookup_variable() argument
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pgtable.c | 724 u8 uniform; in pud_set_huge() local 750 u8 uniform; in pmd_set_huge() local
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.h | 400 TTypeList* uniform; member
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump.c | 134 struct uniform { struct 328 is_uniform_v2(struct uniform *uniform) in is_uniform_v2() argument 337 dump_uniform(struct uniform *uniform) in dump_uniform() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_linker.c | 663 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; in nir_build_program_resource_list() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | disassemble.c | 307 unsigned uniform = (srcs.fau_idx & 0x7f); in dump_fau_src() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 208 const ShaderVariable *uniform = findUniformByName(name); in assignUniformRegister() local 517 const ShaderVariable *uniform = findUniformByName(variable.name()); uniformsHeader() local 557 const ShaderVariable *uniform = findUniformByName(variable.name()); uniformsHeader() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.hpp | 279 void addUniform(const Uniform& uniform) in addUniform() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | CollectVariables_test.cpp | 65 const ShaderVariable &uniform = uniforms[0]; in validateDepthRangeShader() local 136 const ShaderVariable &uniform = uniforms[0]; in checkUniformStaticallyUsedButNotActive() local 887 const ShaderVariable &uniform = uniforms[0]; TEST_F() local 931 const ShaderVariable &uniform = uniforms[0]; TEST_F() local 974 const ShaderVariable &uniform = uniforms[0]; TEST_F() local 2003 const ShaderVariable &uniform = uniforms[0]; TEST_F() local [all...] |