Home
last modified time | relevance | path

Searched defs:index (Results 5801 - 5825 of 12319) sorted by relevance

1...<<231232233234235236237238239240>>...493

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp600 int &WorkGroupSize::operator[](size_t index) in operator []() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp125 TIntermConstantUnion *CreateIndexNode(int index) in CreateIndexNode() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramPipeline.cpp662 void ProgramPipeline::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) in onSubjectStateChange() argument
H A DBuffer.cpp392 void Buffer::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) in onSubjectStateChange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp310 unsigned index = 0; in emitBuckets() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateCombinedTests.cpp488 const deUint32 index = ((y * m_tcParam.framebufferSize + x) * sampleCount + s) * kChannels; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp948 glw::GLuint index = 0; in checkNearest() local
1035 glw::GLuint index = 0; in checkLinear() local
1193 getCoordinateValue(glw::GLint index) getCoordinateValue() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp1449 const deUint32 index = ndx*3; in test() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp770 bool BuffersTest::testBindingPoint(glw::GLuint const index, glw::GLint const expected_value, in testBindingPoint() argument
820 bool BuffersTest::testStart(glw::GLuint const index, glw::GLint const expected_value, in testStart() argument
871 testSize(glw::GLuint const index, glw::GLint const expected_value, glw::GLchar const* const tested_function_name) testSize() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_composites.cpp161 const auto index = _.FindDef(inst->GetOperandAs<uint32_t>(3)); in ValidateVectorExtractDynamic() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp21 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument
36 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument
48 setCompressedImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument
59 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
70 copyImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImage() argument
79 copySubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImage() argument
88 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument
101 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, GLint sourceLevel, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp352 void RenderbufferVk::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) in onSubjectStateChange() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp1113 int index = faceIndex * 4; in TEST_P() local
[all...]
H A DBlendFuncExtendedTest.cpp238 GLint index = glGetFragDataIndexEXT(mProgram, name); in checkOutputIndexQuery() local
291 GLint index = glGetFragDataIndexEXT(mFragProgram, name); variable
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMultiviewPerf.cpp467 size_t index = static_cast<size_t>(h * viewWidth + w) * 6u; in initializeBenchmark() local
/third_party/skia/samplecode/
H A DSample3D.cpp281 int index = 0; local
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp303 int index = 0; in onGetPixels() local
334 int index = 0; in onStartScanlineDecode() local
368 int index = 0; onStartIncrementalDecode() local
[all...]
H A DSkWebpCodec.cpp348 const int index = options.fFrameIndex; in onGetPixels() local
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp716 int index = maxBytes > 0 in GrDrawOpAtlasConfig() local
H A DGrFragmentProcessor.h209 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() argument
/third_party/skia/src/core/
H A DSkBitmapProcState.cpp64 unsigned index = SkFractionalIntToInt(fx); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
H A DSkCompressedDataUtils.cpp218 int index = (curBlock->fIndices >> shift) & 0x3; in decompress_bc1() local
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp302 int index = MaskFormatToAtlasIndex(format); local
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp35 SkString dump_quad_info(int index, const GrQuad* deviceQuad, in dump_quad_info() argument
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp30 int index = 0; in renderpass_features_to_index() local

Completed in 33 milliseconds

1...<<231232233234235236237238239240>>...493