Searched refs:force_sample_rate_shading (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | spirv_to_dxil.h | 159 bool force_sample_rate_shading; member
|
H A D | dxil_spirv_nir.c | 602 if (conf->force_sample_rate_shading) { in dxil_spirv_nir_passes()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 199 bool force_sample_rate_shading, in dzn_pipeline_get_nir_shader() 251 .force_sample_rate_shading = force_sample_rate_shading, in dzn_pipeline_get_nir_shader() 739 bool force_sample_rate_shading = in dzn_graphics_pipeline_compile_shaders() local 753 _mesa_sha1_update(&pipeline_hash_ctx, &force_sample_rate_shading, sizeof(force_sample_rate_shading)); in dzn_graphics_pipeline_compile_shaders() 797 stage == MESA_SHADER_FRAGMENT ? force_sample_rate_shading : false, in dzn_graphics_pipeline_compile_shaders() 840 _mesa_sha1_update(&dxil_hash_ctx, &force_sample_rate_shading, sizeof(force_sample_rate_shading)); in dzn_graphics_pipeline_compile_shaders() 191 dzn_pipeline_get_nir_shader(struct dzn_device *device, const struct dzn_pipeline_layout *layout, struct vk_pipeline_cache *cache, const uint8_t *hash, const VkPipelineShaderStageCreateInfo *stage_info, gl_shader_stage stage, enum dxil_spirv_yz_flip_mode yz_flip_mode, uint16_t y_flip_mask, uint16_t z_flip_mask, bool force_sample_rate_shading, enum pipe_format *vi_conversions, const nir_shader_compiler_options *nir_opts, nir_shader **nir) dzn_pipeline_get_nir_shader() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.hpp | 435 bool force_sample_rate_shading = false; member in SPIRV_CROSS_NAMESPACE::CompilerMSL::Options::IndexType
|
H A D | main.cpp | 1141 msl_opts.force_sample_rate_shading = args.msl_force_sample_rate_shading; in compile_iteration()
|
H A D | spirv_cross_c.cpp | 708 options->msl.force_sample_rate_shading = value != 0; in spvc_compiler_options_set_uint()
|
H A D | spirv_msl.cpp | 1511 if (preproc.needs_sample_id || msl_options.force_sample_rate_shading || in preprocess_op_codes() 11280 (msl_options.force_sample_rate_shading ||
|
Completed in 35 milliseconds