Home
last modified time | relevance | path

Searched refs:get (Results 901 - 925 of 14386) sorted by relevance

1...<<31323334353637383940>>...576

/third_party/skia/src/gpu/v1/
H A DDevice.cpp182 MakeInfo(sdc.get(), flags), in Device()
187 force_aa_clip(fSurfaceDrawContext.get())) { in Device()
226 return fSurfaceDrawContext.get(); in surfaceDrawContext()
231 return fSurfaceDrawContext.get(); in surfaceDrawContext()
236 return fSurfaceDrawContext.get(); in surfaceFillContext()
241 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "clearAll", fContext.get()); in clearAll()
323 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "drawPaint", fContext.get()); in drawPaint()
339 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "drawPoints", fContext.get()); in drawPoints()
413 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "drawRect", fContext.get()); in drawRect()
421 GrBlurUtils::drawShapeWithMaskFilter(fContext.get(), fSurfaceDrawContex in drawRect()
[all...]
/third_party/skia/gn/
H A Dgn_to_cmake.py175 dependencies = self.targets[gn_target_name].get('deps', [])
177 dependency_type = self.targets[dependency].get('type', None)
185 dependencies = self.targets[gn_target_name].get('deps', [])
187 dependency_type = self.targets[dependency].get('type', None)
230 self.gn_type = self.properties.get('type', None)
231 self.cmake_type = cmake_target_types.get(self.gn_type, None)
237 for output in target.properties.get('outputs', []):
296 all_outputs = target.properties.get('outputs', [])
297 inputs = target.properties.get('sources', [])
360 inputs = target.properties.get('source
[all...]
/third_party/gn/src/gn/
H A Danalyzer_unittest.cc50 builder_(loader_.get()), in AnalyzerTest()
120 Target* t_raw = t.get(); in TEST_F()
151 Target* t_raw = t.get();
182 Target* t_raw = t.get();
213 t_raw->configs().push_back(LabelConfigPair(c.get()));
244 t->configs().push_back(LabelConfigPair(c.get()));
266 Target* t_raw = t.get();
298 Target* t_raw = t.get();
331 Target* t_raw = t.get();
365 t1->private_deps().push_back(LabelTargetPair(t2.get()));
[all...]
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp273 if (decoration.get()->getOpCode() == OpMemberDecorate && in postProcess()
274 decoration.get()->getIdOperand(0) == typeId && in postProcess()
275 decoration.get()->getImmediateOperand(1) == c && in postProcess()
276 (decoration.get()->getImmediateOperand(2) == DecorationOffset || in postProcess()
277 decoration.get()->getImmediateOperand(2) == DecorationMatrixStride)) { in postProcess()
278 alignment |= decoration.get()->getImmediateOperand(3); in postProcess()
282 // get the next member type in postProcess()
288 if (decoration.get()->getOpCode() == OpDecorate && in postProcess()
289 decoration.get()->getIdOperand(0) == typeId && in postProcess()
290 decoration.get() in postProcess()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java86 int y = cal.get(Calendar.EXTENDED_YEAR); in TestMapping()
87 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based in TestMapping()
88 int L = cal.get(Calendar.IS_LEAP_MONTH); in TestMapping()
89 int d = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
141 if (cal.get(Calendar.DAY_OF_MONTH) == 0) { in TestZeroDOM()
143 cal.get(Calendar.YEAR) + "/" + in TestZeroDOM()
144 cal.get(Calendar.MONTH) + in TestZeroDOM()
145 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + in TestZeroDOM()
146 "/" + cal.get(Calendar.DAY_OF_MONTH)); in TestZeroDOM()
235 int month = cal.get(Calenda in TestResolution()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java89 int y = cal.get(Calendar.EXTENDED_YEAR); in TestMapping()
90 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based in TestMapping()
91 int L = cal.get(Calendar.IS_LEAP_MONTH); in TestMapping()
92 int d = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
144 if (cal.get(Calendar.DAY_OF_MONTH) == 0) { in TestZeroDOM()
146 cal.get(Calendar.YEAR) + "/" + in TestZeroDOM()
147 cal.get(Calendar.MONTH) + in TestZeroDOM()
148 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + in TestZeroDOM()
149 "/" + cal.get(Calendar.DAY_OF_MONTH)); in TestZeroDOM()
238 int month = cal.get(Calenda in TestResolution()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp65 delete_Instruction(prog, reinterpret_cast<Instruction *>(it.get())); in ~Function()
68 delete_Value(prog, reinterpret_cast<LValue *>(it.get())); in ~Function()
71 delete reinterpret_cast<BasicBlock *>(BBs.get()); in ~Function()
107 BasicBlock *obb = BasicBlock::get(it.getNode()); in clone()
108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType()); in clone()
118 return dn ? BasicBlock::get(dn) : NULL; in idom()
423 BasicBlock::get(reinterpret_cast<Graph::Node *>(it->get())); in orderInstructions()
436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence()); in buildLiveSets()
439 BasicBlock::get(b in buildLiveSets()
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.cc95 if (!break_points().get(i).IsUndefined(isolate)) { in GetBreakPointInfo()
97 BreakPointInfo::cast(break_points().get(i)); in GetBreakPointInfo()
110 if (debug_info->break_points().get(i).IsUndefined(isolate)) continue; in ClearBreakPoint()
112 BreakPointInfo::cast(debug_info->break_points().get(i)), isolate); in ClearBreakPoint()
138 if (debug_info->break_points().get(i).IsUndefined(isolate)) { in SetBreakPoint()
153 new_break_points->set(i, old_break_points->get(i)); in SetBreakPoint()
183 if (!break_points().get(i).IsUndefined(isolate)) { in GetBreakPointCount()
185 BreakPointInfo::cast(break_points().get(i)); in GetBreakPointCount()
197 if (!debug_info->break_points().get(i).IsUndefined(isolate)) { in FindBreakPointInfo()
199 BreakPointInfo::cast(debug_info->break_points().get( in FindBreakPointInfo()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorSetTests.cpp62 &descriptorSetLayout.get(), // const VkDescriptorSetLayout* pSetLayouts; in createPipelineLayoutDestroyDescriptorSetLayout()
79 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vertex"), 0)); in descriptorSetLayoutLifetimeGraphicsTest()
87 vertexShaderModule.get(), // VkShaderModule shader; in descriptorSetLayoutLifetimeGraphicsTest()
174 pipelineLayout.get(), // VkPipelineLayout layout; in descriptorSetLayoutLifetimeGraphicsTest()
175 renderPass.get(), // VkRenderPass renderPass; in descriptorSetLayoutLifetimeGraphicsTest()
258 const Unique<VkShaderModule> computeShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0)); in descriptorSetLayoutLifetimeComputeTest()
266 computeShaderModule.get(), // VkShaderModule shader; in descriptorSetLayoutLifetimeComputeTest()
277 pipelineLayout.get(), // VkPipelineLayout layout in descriptorSetLayoutLifetimeComputeTest()
367 const Unique<VkShaderModule> computeShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0)); in descriptorSetLayoutBindingOrderingTest()
388 buffer->get(), // VkBuffe in descriptorSetLayoutBindingOrderingTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorSetTests.cpp62 &descriptorSetLayout.get(), // const VkDescriptorSetLayout* pSetLayouts; in createPipelineLayoutDestroyDescriptorSetLayout()
79 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vertex"), 0)); in descriptorSetLayoutLifetimeGraphicsTest()
87 vertexShaderModule.get(), // VkShaderModule shader; in descriptorSetLayoutLifetimeGraphicsTest()
174 pipelineLayout.get(), // VkPipelineLayout layout; in descriptorSetLayoutLifetimeGraphicsTest()
175 renderPass.get(), // VkRenderPass renderPass; in descriptorSetLayoutLifetimeGraphicsTest()
258 const Unique<VkShaderModule> computeShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0)); in descriptorSetLayoutLifetimeComputeTest()
266 computeShaderModule.get(), // VkShaderModule shader; in descriptorSetLayoutLifetimeComputeTest()
277 pipelineLayout.get(), // VkPipelineLayout layout in descriptorSetLayoutLifetimeComputeTest()
367 const Unique<VkShaderModule> computeShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0)); in descriptorSetLayoutBindingOrderingTest()
388 buffer->get(), // VkBuffe in descriptorSetLayoutBindingOrderingTest()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dentity_db.py138 protect = info.elem.get('protect')
143 alias = info.elem.get('alias')
147 cat = info.elem.get('category')
206 # Only get the protect strings and name from extensions
210 protect = info.elem.get('protect')
235 return self._byMacroAndEntity.get((macro, entity))
242 result = self._byEntity.get(entity)
246 alias_set = self._aliasSetsByEntity.get(entity)
260 return self._byLowercaseEntity.get(entity.lower())
330 member_category = member.get('categor
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript_test.cc32 auto pipeline = p.get(); in TEST_F()
38 r = pipeline->AddShader(shader.get(), ShaderType::kShaderTypeVertex); in TEST_F()
41 pipeline->SetShaderOptimizations(shader.get(), {"opt1", "opt2"}); in TEST_F()
107 auto* ptr = shader.get(); in TEST_F()
131 const auto* ptr1 = shader1.get(); in TEST_F()
140 const auto* ptr2 = shader2.get(); in TEST_F()
147 EXPECT_EQ(ptr1, shaders[0].get()); in TEST_F()
148 EXPECT_EQ(ptr2, shaders[1].get()); in TEST_F()
179 const auto* ptr = pipeline.get(); in TEST_F()
203 const auto* ptr1 = pipeline1.get(); in TEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp256 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
287 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
342 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
380 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
387 glBindSampler(0, sampler.get()); in TEST_P()
421 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
450 glBindTexture(GL_TEXTURE_2D, tex.get()); in TEST_P()
456 glBindSampler(0, sampler.get()); in TEST_P()
457 glSamplerParameteri(sampler.get(), GL_TEXTURE_SRGB_DECODE_EXT, GL_DECODE_EXT); in TEST_P()
467 glSamplerParameteri(sampler.get(), GL_TEXTURE_SRGB_DECODE_EX in TEST_P()
[all...]
H A DWebGLCompatibilityTest.cpp113 glUseProgram(samplingProgram.get()); in TestFloatTextureFormat()
125 glBindRenderbuffer(GL_RENDERBUFFER, rbo.get()); in TestFloatTextureFormat()
129 glBindFramebuffer(GL_FRAMEBUFFER, fbo.get()); in TestFloatTextureFormat()
130 glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, rbo.get()); in TestFloatTextureFormat()
133 glBindTexture(GL_TEXTURE_2D, texture.get()); in TestFloatTextureFormat()
166 glUniform1i(glGetUniformLocation(samplingProgram.get(), "tex"), 0); in TestFloatTextureFormat()
167 glUniform4fv(glGetUniformLocation(samplingProgram.get(), "subtractor"), 1, floatData); in TestFloatTextureFormat()
171 drawQuad(samplingProgram.get(), "position", 0.5f, 1.0f, true); in TestFloatTextureFormat()
175 drawQuad(samplingProgram.get(), "position", 0.5f, 1.0f, true); in TestFloatTextureFormat()
186 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture.get(), in TestFloatTextureFormat()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py179 self.xcode_settings[configname] = config.get("xcode_settings", {})
181 if self.xcode_settings[configname].get("IPHONEOS_DEPLOYMENT_TARGET", None):
214 return self._Settings().get(test_key, default) == cond_key
228 format = self.xcode_settings[configname].get("INFOPLIST_OUTPUT_FORMAT", default)
236 int(self.spec.get("mac_bundle", 0)) != 0
242 return int(self.spec.get("mac_xctest_bundle", 0)) != 0
245 return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0
248 return int(self.spec.get("ios_app_extension", 0)) != 0
251 return int(self.spec.get("ios_watchkit_extension", 0)) != 0
254 return int(self.spec.get("ios_watch_ap
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py179 self.xcode_settings[configname] = config.get("xcode_settings", {})
181 if self.xcode_settings[configname].get("IPHONEOS_DEPLOYMENT_TARGET", None):
214 return self._Settings().get(test_key, default) == cond_key
228 format = self.xcode_settings[configname].get("INFOPLIST_OUTPUT_FORMAT", default)
236 int(self.spec.get("mac_bundle", 0)) != 0
242 return int(self.spec.get("mac_xctest_bundle", 0)) != 0
245 return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0
248 return int(self.spec.get("ios_app_extension", 0)) != 0
251 return int(self.spec.get("ios_watchkit_extension", 0)) != 0
254 return int(self.spec.get("ios_watch_ap
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_setaffinity.c58 cpu_set_t get; in sched_setaffinity_0200() local
68 CPU_ZERO(&get); in sched_setaffinity_0200()
69 result = sched_getaffinity(0, sizeof(get), &get); in sched_setaffinity_0200()
74 if (!CPU_ISSET(0, &get)) { in sched_setaffinity_0200()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDebugLoc.h55 DILocation *get() const;
56 operator DILocation *() const { return get(); } in operator DILocation *()
57 DILocation *operator->() const { return get(); } in operator ->()
58 DILocation &operator*() const { return *get(); } in operator *()
75 /// forwards to \a DILocation::get().
79 /// FIXME: Remove this. Users should use DILocation::get().
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope,
99 /// find the subprogram, and then DILocation::get().
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1430 // Scalar types get filled with value 37, matching the value that will be substracted in the shader.
1437 // Vector types get filled with values that add up to 37, matching the value that will be substracted in the shader.
1594 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
1595 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
1733 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1748 const auto texturePreCopyBarrier = makeImageMemoryBarrier(0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, textures[i]->get(), imageSubresourceRange); in iterate()
1749 const auto texturePostCopyBarrier = makeImageMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_SHADER_READ_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, textures[i]->get(), imageSubresourceRange); in iterate()
1752 vkd.cmdCopyBufferToImage(cmdBuffer, textureData->get(), textures[i]->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &bufferImageCopy); in iterate()
1762 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2 in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1430 // Scalar types get filled with value 37, matching the value that will be substracted in the shader.
1437 // Vector types get filled with values that add up to 37, matching the value that will be substracted in the shader.
1594 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
1595 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
1733 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1748 const auto texturePreCopyBarrier = makeImageMemoryBarrier(0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, textures[i]->get(), imageSubresourceRange); in iterate()
1749 const auto texturePostCopyBarrier = makeImageMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_SHADER_READ_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, textures[i]->get(), imageSubresourceRange); in iterate()
1752 vkd.cmdCopyBufferToImage(cmdBuffer, textureData->get(), textures[i]->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &bufferImageCopy); in iterate()
1762 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2 in iterate()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java540 * For the others, just get from format/abbreviated, ignore set.
549 * For the others, just get from format/abbreviated, ignore set.
993 * (Note: the method name is misleading; it does not get the CLDR-style
1463 // too bad there is no way to get the current codes! in equals()
1670 String alias = aliasPathPairs.get(i); in put()
1672 arrays.put(aliasPathPairs.get(i + 1), arrays.get(alias)); in put()
1675 maps.put(aliasPathPairs.get(i + 1), maps.get(alias)); in put()
1870 eras = arrays.get("era in initializeData()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-816.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
118 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) in bit_1()
131 ::std::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) in bit_2()
144 ::std::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u32) in bit_3()
157 ::std::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u32) in bit_4()
170 ::std::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u32) in bit_5()
183 ::std::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u32) in bit_6()
196 ::std::mem::transmute(self._bitfield_1.get(6usize, 1u8) as u32) in bit_7()
209 ::std::mem::transmute(self._bitfield_1.get(7usize, 1u8) as u32) in bit_8()
222 ::std::mem::transmute(self._bitfield_1.get( in bit_9()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp105 !DestTy->isPtrOrPtrVectorTy()) // Don't get ones for ptr types! in FoldBitCast()
119 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts); in FoldBitCast()
130 return ConstantInt::get(DestTy, Result); in FoldBitCast()
133 return ConstantFP::get(DestTy->getContext(), FP); in FoldBitCast()
146 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL); in FoldBitCast()
176 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt); in FoldBitCast()
189 VectorType::get(IntegerType::get( in FoldBitCast()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp122 if (!Yuv420ToBGRA(sample, temp.get(), size, pixelFormat, info)) { in Yuv420ToARGB()
127 if (converter.ARGBToBGRA(temp.get(), size.width * NUM_4, dstArgb, in Yuv420ToARGB()
142 uint8_t *tmpY = tmpPixels.get(); in NV12Rotate()
143 uint8_t *tmpU = tmpPixels.get()+ GetYSize(size.dstW, size.dstH); in NV12Rotate()
144 uint8_t *tmpV = tmpPixels.get()+ GetVOffset(size.dstW, size.dstH); in NV12Rotate()
183 uint16_t* dstY = dstPixels.get(); in NV12P010Rotate()
184 uint16_t* dstU = dstPixels.get() + GetYSize(info.yStride, size.srcH); in NV12P010Rotate()
185 uint16_t* dstV = dstPixels.get() + GetVOffset(info.yStride, size.srcH); in NV12P010Rotate()
195 uint16_t* rotateY = rotatePixels.get(); in NV12P010Rotate()
196 uint16_t* rotateU = rotatePixels.get() in NV12P010Rotate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp242 const auto fsrAttView = makeImageView(ctx.vkd, ctx.device, fsrAttachment.get(), VK_IMAGE_VIEW_TYPE_2D, fsrFormat, colorSRR); in testEnableDisable()
245 const auto vertModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("vert")); in testEnableDisable()
246 const auto fragModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("frag")); in testEnableDisable()
340 const std::vector<VkImageView> attachmentViews { colorBuffer.getImageView(), fsrAttView.get() }; in testEnableDisable()
342 ctx.vkd, ctx.device, renderPass.get(), in testEnableDisable()
404 const auto pipelineVRS = makeGraphicsPipeline(ctx.vkd, ctx.device, pipelineLayout.get(), in testEnableDisable()
405 vertModule.get(), VK_NULL_HANDLE, VK_NULL_HANDLE, VK_NULL_HANDLE, fragModule.get(), in testEnableDisable()
406 renderPass.get(), viewports, scissors, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, 0u, 0u, in testEnableDisable()
409 const auto pipelineNoVRS = makeGraphicsPipeline(ctx.vkd, ctx.device, pipelineLayout.get(), in testEnableDisable()
[all...]

Completed in 30 milliseconds

1...<<31323334353637383940>>...576