Home
last modified time | relevance | path

Searched defs:PreRasterizationState (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp243 struct PreRasterizationState struct
253 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()
254 … void overridePipelineLayout(const PipelineLayout *linkedLayout) { pipelineLayout = linkedLayout; } in overridePipelineLayout()
258 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()
259 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()
260 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()
261 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()
262 …nline VkLineRasterizationModeEXT getLineRasterizationMode() const { return lineRasterizationMode; } in getLineRasterizationMode()
264 inline bool hasRasterizerDiscard() const { return rasterizerDiscard; } in hasRasterizerDiscard()
266 inline float getConstantDepthBias() const { return depthBiasEnable ? constantDepthBias : 0; } in getConstantDepthBias()
[all …]