Home
last modified time | relevance | path

Searched defs:Uniform (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h39 struct Uniform struct
43 BlockInfo(const glsl::Uniform& uniform, int blockIndex); argument
75 struct UniformBlock argument
/external/skqp/src/gpu/vk/
DGrVkPipelineStateDataManager.h66 struct Uniform { struct
78 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/external/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.h66 struct Uniform { struct
78 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateDataManager.h62 struct Uniform { struct
74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateDataManager.h62 struct Uniform { struct
74 void* getBufferPtrAndMarkDirty(const Uniform& uni) const; argument
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.h87 struct Uniform { struct
109 SkTArray<Uniform, true> fUniforms; argument
/external/skqp/src/gpu/gl/
DGrGLProgramDataManager.h87 struct Uniform { struct
109 SkTArray<Uniform, true> fUniforms; argument
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp96 struct Uniform struct
98 Uniform (const std::string& name_, glu::DataType type_) : name(name_), type(type_) { } in Uniform() function
100 std::string name;
101 glu::DataType type;
/external/tensorflow/tensorflow/core/lib/random/
Dsimple_philox.cc23 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform() function in tensorflow::random::SimplePhilox
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DReservoirSamplerTest.cpp29 TEST(ReservoirSamplerTest, Uniform) { in TEST() argument
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h72 struct Uniform : public ShaderVariable struct
80 typedef std::vector<Uniform> ActiveUniforms; argument
/external/tensorflow/tensorflow/python/ops/distributions/
Duniform.py37 class Uniform(distribution.Distribution): class
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc103 typedef random::UniformDistribution<random::PhiloxRandom, CT> Uniform; in operator ()() typedef
Dparameterized_truncated_normal_op_gpu.cu.cc64 typedef random::UniformDistribution<random::PhiloxRandom, T> Uniform; in TruncatedNormalKernel() typedef
Dparameterized_truncated_normal_op.cc83 typedef random::UniformDistribution<random::PhiloxRandom, T> Uniform; in operator ()() typedef
Drandom_op.cc307 typedef random::UniformDistribution<PhiloxRandom, double> Uniform; in Compute() typedef
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp306 struct Uniform struct
308 string name;
309 glu::VarType type;
311 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {} in Uniform() argument
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp260 struct Uniform struct
262 string name;
263 glu::VarType type;
265 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {} in Uniform() argument
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp214 class Uniform class
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp164 class Uniform class
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp326 struct Uniform struct
328 string name;
329 glu::VarType type;
331 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {} in Uniform() argument
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp177 class Uniform class
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp664 class Uniform class
667 Uniform(UniformValueGenerator& generator, UniformType _type, Loc _location, in Uniform() function in glcts::__anon6abdc1140111::Uniform
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp1381 auto Uniform = true; in visitCallScalToVec() local
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs134 Uniform = 2, enumerator
366 Uniform = 26, enumerator

123