| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 371 std::vector<Vec2> locations; in ndcTransformEachSampleInPixel() local 1257 const std::vector<Vec2> locations = genFramebufferStandardSampleLocations(samples.numCoverageSamples, wd.renderSize); in createPerSubpassData() local [all...] |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 465 std::vector<Vec2> locations; in genFramebufferSampleLocations() local 1775 const std::vector<Vec2> locations = genFramebufferSampleLocations(*m_pixelGrid, m_pixelGrid->size(), m_renderSize); testPixelGrid() local 1817 const std::vector<Vec2> locations = genFramebufferSampleLocations(*m_pixelGrid, m_pixelGrid->size(), m_renderSize); testPixelGrid() local [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 4035 deInt32 locations[] = {0, 1, 2, 3}; in generateMultiPassTest() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderBuiltinVarTests.cpp | 1378 std::vector<Vec2> locations; in validateSampleLocations() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| H A D | vktDynamicStateComputeTests.cpp | 241 const VkSampleLocationEXT locations[] = in setSampleLocations() local 439 const VkCoarseSampleLocationNV locations[2] = in setCoarseSamplingOrder() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cProgramInterfaceQueryTests.cpp | 293 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) VerifyGetProgramResourceLocation() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 220 StringIntMap locations; in getUniformLocations() local 288 StringIntMap locations = getUniformLocations(args); in getBindingPoints() local 310 StringIntMap locations = getUniformLocations(list); in setBindingPoints() local [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_validation.cc | 1071 std::unordered_set<uint32_t> locations; in ValidateEntryPoint() local 2103 std::unordered_set<uint32_t> locations; in ValidateStructure() local 2206 ValidateLocationDecoration( const ast::LocationDecoration* location, const sem::Type* type, std::unordered_set<uint32_t>& locations, const Source& source, const bool is_input) ValidateLocationDecoration() argument
|
| /third_party/python/Objects/ |
| H A D | codeobject.c | 401 remove_column_info(PyObject *locations) in remove_column_info() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderBuiltinVarTests.cpp | 1378 std::vector<Vec2> locations; in validateSampleLocations() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 1352 Handle<FixedArray> locations = isolate->factory()->NewFixedArray( in GetSourceBreakLocations() local 1625 GetBreakablePositions(Iterator* it, int start_position, int end_position, std::vector<BreakLocation>* locations) GetBreakablePositions() argument 1635 FindBreakablePositions(Handle<DebugInfo> debug_info, int start_position, int end_position, std::vector<BreakLocation>* locations) FindBreakablePositions() argument 1663 GetPossibleBreakpoints(Handle<Script> script, int start_position, int end_position, bool restrict_to_function, std::vector<BreakLocation>* locations) GetPossibleBreakpoints() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger-agent-impl.cc | 521 setBreakpointByUrl( int lineNumber, Maybe<String16> optionalURL, Maybe<String16> optionalURLRegex, Maybe<String16> optionalScriptHash, Maybe<int> optionalColumnNumber, Maybe<String16> optionalCondition, String16* outBreakpointId, std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) setBreakpointByUrl() argument 758 getPossibleBreakpoints( std::unique_ptr<protocol::Debugger::Location> start, Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction, std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>* locations) getPossibleBreakpoints() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format.cc | 162 const std::vector<TextFormat::ParseLocation>* locations = in GetLocation() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 369 std::vector<Vec2> locations; in ndcTransformEachSampleInPixel() local 1265 const std::vector<Vec2> locations = genFramebufferStandardSampleLocations(samples.numCoverageSamples, wd.renderSize); in createPerSubpassData() local [all...] |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 464 std::vector<Vec2> locations; in genFramebufferSampleLocations() local 1751 const std::vector<Vec2> locations = genFramebufferSampleLocations(*m_pixelGrid, m_pixelGrid->size(), m_renderSize); testPixelGrid() local 1793 const std::vector<Vec2> locations = genFramebufferSampleLocations(*m_pixelGrid, m_pixelGrid->size(), m_renderSize); testPixelGrid() local [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 4000 deInt32 locations[] = {0, 1, 2, 3}; in generateMultiPassTest() local [all...] |
| /third_party/libbpf/src/ |
| H A D | btf.c | 5031 const char *locations[] = { local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 3183 const std::vector<SourceLocation>& locations = snapshot_->locations(); in SerializeLocations() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2979 zink_set_sample_locations(struct pipe_context *pctx, size_t size, const uint8_t *locations) in zink_set_sample_locations() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1316 tc_set_sample_locations(struct pipe_context *_pipe, size_t size, const uint8_t *locations) in tc_set_sample_locations() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | FrameCapture.cpp | 1358 const std::vector<gl::VariableLocation> &locations = program->getUniformLocations(); in CaptureUpdateUniformLocations() local
|