Searched refs:shaderSize (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/gm/ |
H A D | vertices.cpp | 89 const auto shaderSize = kShaderSize * shaderScale; in fill_mesh() local 91 texs[1].set(shaderSize / 2, 0); in fill_mesh() 92 texs[2].set(shaderSize, 0); in fill_mesh() 93 texs[3].set(0, shaderSize / 2); in fill_mesh() 94 texs[4].set(shaderSize / 2, shaderSize / 2); in fill_mesh() 95 texs[5].set(shaderSize, shaderSize / 2); in fill_mesh() 96 texs[6].set(0, shaderSize); in fill_mesh() 97 texs[7].set(shaderSize / in fill_mesh() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Blit9.cpp | 140 size_t shaderSize = g_shaderSize[source]; in setShader() local 142 shaderSize, &shader)); in setShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3225 const VkDeviceSize shaderSize = (stagesVector[ndx] == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) ? maxWidth * 2 : maxWidth; in allStagesRequiredSubgroupSize() local 3226 const VkDeviceSize size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStagesRequiredSubgroupSize() 4680 const VkDeviceSize shaderSize = getMaxWidth(); in makeRayTracingInputBuffers() local 4681 const VkDeviceSize inputBufferSize = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in makeRayTracingInputBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3213 const VkDeviceSize shaderSize = (stagesVector[ndx] == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) ? maxWidth * 2 : maxWidth; in allStagesRequiredSubgroupSize() local 3214 const VkDeviceSize size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStagesRequiredSubgroupSize() 4669 const VkDeviceSize shaderSize = getMaxWidth(); in makeRayTracingInputBuffers() local 4670 const VkDeviceSize inputBufferSize = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in makeRayTracingInputBuffers()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 1516 const deUint64 shaderSize = (stagesVector[ndx] == SHADER_STAGE_TESS_EVALUATION_BIT) ? maxWidth * 2 : maxWidth; in allStages() local 1517 const deUint64 size = getElementSizeInBytes(format, SSBOData::LayoutStd430) * shaderSize; in allStages()
|
Completed in 20 milliseconds