/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 278 glw::GLsizei components = m_test_configuration.get_n_in_components(); in createTextures() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 144 bool verifyImage(glw::GLuint image_width, glw::GLuint image_height, const T* components, const T* image) in verifyImage() argument
|
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 108 void fillData(T* data, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, T base) in fillData() argument 139 checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, glw::GLenum format, glw::GLenum type, STORAGE_TYPE storType, T* expectedData) checkResults() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 66 std::vector<DATA_TYPE> generateData(std::size_t width, std::size_t height, std::size_t components) in generateData() argument 93 ResultData createTexture1D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture1D() argument 107 ResultData createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum internalFormat, in createTexture2D() argument 122 createTexture3D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, GLenum type) createTexture3D() argument 137 createCubeMap(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, GLenum type) createCubeMap() argument 154 createTexture2DArray(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, GLenum type) createTexture2DArray() argument [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.cpp | 67 static void splitPath (const char* path, std::vector<std::string>& components) in splitPath() argument 289 std::vector<std::string> components; in createCase() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 1029 int components; in TEST_P() member 989 CheckOneElement(GetUniformV getUniformv, GLuint program, const std::string &name, int components, T canary) CheckOneElement() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local 279 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 283 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 287 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 444 std::vector<const analysis::Constant*> components; GetVectorComponents() local [all...] |
H A D | constants.h | 315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() argument 327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() argument 312 CompositeConstant(const Type* ty, const std::vector<const Constant*>& components) CompositeConstant() argument 324 StructConstant(const Struct* ty, const std::vector<const Constant*>& components) StructConstant() argument 347 VectorConstant(const Vector* ty, const std::vector<const Constant*>& components) VectorConstant() argument 351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) VectorConstant() argument 380 MatrixConstant(const Matrix* ty, const std::vector<const Constant*>& components) MatrixConstant() argument 384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) MatrixConstant() argument 412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) ArrayConstant() argument 414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) ArrayConstant() argument [all...] |
H A D | ir_builder.h | 517 AddVectorShuffle(uint32_t result_type, uint32_t vec1, uint32_t vec2, const std::vector<uint32_t>& components) AddVectorShuffle() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local 279 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 283 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 287 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local 461 std::vector<const analysis::Constant*> components; GetVectorComponents() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilSamplingTests.cpp | 109 << components[i] << "];"; in GenerateSamplingShader() local 67 GenerateSamplingShader(const std::vector<TestAspect>& aspects, const std::vector<uint32_t> components, std::ostringstream& shaderSource, std::ostringstream& shaderBody) GenerateSamplingShader() argument 118 CreateSamplingRenderPipeline(std::vector<TestAspect> aspects, std::vector<uint32_t> components) CreateSamplingRenderPipeline() argument 145 CreateSamplingComputePipeline(std::vector<TestAspect> aspects, std::vector<uint32_t> components) CreateSamplingComputePipeline() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource() local 405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource() local 482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_histogram.c | 57 int components; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 241 get_reg_class(isel_context* ctx, RegType type, unsigned components, unsigned bitsize) in get_reg_class() argument
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 201 create_indirect_load( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_indirect_load() argument 261 create_indirect_store( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_indirect_store() argument 301 create_load( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_load() argument 309 create_store( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_store() argument 316 create_shared_load( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components) create_shared_load() argument 325 create_shared_store( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask) create_shared_store() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.c | 106 unsigned components; in collect_reg_info() local 313 unsigned components = instr->srcs[2]->uim_val; in ir3_collect_info() local
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_constant_expression.cpp | 816 unsigned components; in constant_expression_value() local
|
H A D | gl_nir_lower_packed_varyings.c | 179 const uint8_t* components; member 831 unsigned components = glsl_get_vector_elements(type) * dmul; in lower_varying() local 1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, struct gl_shader_program *prog, void *mem_ctx, unsigned locations_used, const uint8_t *components, nir_variable_mode mode, unsigned gs_input_vertices, struct gl_linked_shader *linked_shader, bool disable_varying_packing, bool disable_xfb_packing, bool xfb_enabled) gl_nir_lower_packed_varyings() argument [all...] |
H A D | ir_builder.cpp | 74 swizzle(operand a, int swizzle, int components) in swizzle() argument 87 swizzle_for_size(operand a, unsigned components) in swizzle_for_size() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 596 fs_reg components[2]; in fetch_payload_reg() local 620 fs_reg *const components = new fs_reg[2 * m]; in fetch_barycentric_reg() local [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 238 print_components(uint8_t components) in print_components() argument
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 205 let mut components = Path::new(pattern).components().peekable(); in glob_with() variables [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 349 GLuint components; member
|